Hanxiong Chen

dblp:32/6638 · DBLP profile ↗
← Back
32ranked-venue papers in the field
9as first author
9since 2021 · last 2024
—ORCID · conflict

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 12 (2 first)Information Retrieval & Web Search · 11 (3 first)Data Mining & Knowledge Discovery · 8 (3 first)Other / Interdisciplinary · 1 (1 first)
YearPublicationVenuePosition
2024 Improving Serendipity for Collaborative Metric Learning Based on Mutual Proximity
Taichi Nakashima, Hanxiong Chen, Kazutaka Furuse
DaWaK2
2023 Fairness in Recommendation: Foundations, Methods, and Applications
abstract
As one of the most pervasive applications of machine learning, recommender systems are playing an important role on assisting human decision-making. The satisfaction of users and the interests of platforms are closely related to the quality of the generated recommendation results. However, as a highly data-driven system, recommender system could be affected by data or algorithmic bias and thus generate unfair results, which could weaken the reliance of the systems. As a result, it is crucial to address the potential unfairness problems in recommendation settings. Recently, there has been growing attention on fairness considerations in recommender systems with more and more literature on approaches to promote fairness in recommendation. However, the studies are rather fragmented and lack a systematic organization, thus making it difficult to penetrate for new researchers to the domain. This motivates us to provide a systematic survey of existing works on fairness in recommendation. This survey focuses on the foundations for fairness in recommendation literature. It first presents a brief introduction about fairness in basic machine learning tasks such as classification and ranking to provide a general overview of fairness research, as well as introduce the more complex situations and challenges that need to be considered when studying fairness in recommender systems. After that, the survey will introduce fairness in recommendation with a focus on the taxonomies of current fairness definitions, the typical techniques for improving fairness, as well as the datasets for fairness studies in recommendation. The survey also talks about the challenges and opportunities in fairness research with the hope of promoting the fair recommendation research area and beyond.
Yunqi Li 0003, Hanxiong Chen, Yingqiang Ge, Juntao Tan, Shuchang Liu 0001, Yongfeng Zhang 0003
ACM Trans. Intell. Syst. Technol.2
2022 Learn Basic Skills and Reuse: Modularized Adaptive Neural Architecture Search (MANAS)
abstract
Human intelligence is able to first learn some basic skills for solving basic problems and then assemble such basic skills into complex skills for solving complex or new problems. For example, the basic skills "dig hole,'' "put tree,'' "backfill'' and "watering'' compose a complex skill "plant a tree''. Besides, some basic skills can be reused for solving other problems. For example, the basic skill "dig hole'' not only can be used for planting a tree, but also can be used for mining treasures, building a drain, or landfilling. The ability to learn basic skills and reuse them for various tasks is very important for humans because it helps to avoid learning too many skills for solving each individual task, and makes it possible to solve a compositional number of tasks by learning just a few number of basic skills, which saves a considerable amount of memory and computational power in the human brain. We believe that machine intelligence should also capture the ability of learning basic skills and reusing them by composing into complex skills. In computer science language, each basic skill is a "module'', which is a reusable network that has a concrete meaning and performs a concrete basic operation. The modules are assembled into a bigger "model'' for doing a more complex task. The assembling procedure is adaptive to the input or task, i.e., for a given task, the modules should be assembled into the most suitable model for solving the given task. As a result, different inputs/tasks could have different assembled models.
Hanxiong Chen, Yunqi Li 0003, He Zhu 0001, Yongfeng Zhang 0003
CIKM1
2022 Graph Collaborative Reasoning
abstract
Graphs can represent relational information among entities and graph structures are widely used in many intelligent tasks such as search, recommendation, and question answering. However, most of the graph-structured data in practice suffer from incompleteness, and thus link prediction becomes an important research problem. Though many models are proposed for link prediction, the following two problems are still less explored: (1) Most methods model each link independently without making use of the rich information from relevant links, and (2) existing models are mostly designed based on associative learning and do not take reasoning into consideration. With these concerns, in this paper, we propose Graph Collaborative Reasoning (GCR), which can use the neighbor link information for relational reasoning on graphs from logical reasoning perspectives. We provide a simple approach to translate a graph structure into logical expressions so that the link prediction task can be converted into a neural logic reasoning problem. We apply logical constrained neural modules to build the network architecture according to the logical expression and use backpropagation to efficiently learn the model parameters, which bridges differentiable learning and symbolic reasoning in a unified architecture. To show the effectiveness of our work, we conduct experiments on graph-related tasks such as link prediction and recommendation based on commonly used benchmark datasets, and our graph collaborative reasoning approach achieves state-of-the-art performance.
Hanxiong Chen, Yunqi Li 0003, Shaoyun Shi, Shuchang Liu 0001, He Zhu 0001, Yongfeng Zhang 0003
WSDM1
2021 Towards Personalized Fairness based on Causal Notion
abstract
Recommender systems are gaining increasing and critical impacts on human and society since a growing number of users use them for information seeking and decision making. Therefore, it is crucial to address the potential unfairness problems in recommendations. Just like users have personalized preferences on items, users' demands for fairness are also personalized in many scenarios. Therefore, it is important to providepersonalized fair recommendations for users to satisfy theirpersonalized fairness demands. Besides, previous works on fair recommendation mainly focus on association-based fairness. However, it is important to advance from associative fairness notions to causal fairness notions for assessing fairness more properly in recommender systems. Based on the above considerations, this paper focuses on achieving personalized counterfactual fairness for users in recommender systems. To this end, we introduce a framework for achieving counterfactually fair recommendations through adversary learning by generating feature-independent user embeddings for recommendation. The framework allows recommender systems to achieve personalized fairness for users while also covering non-personalized situations. Experiments on two real-world datasets with shallow and deep recommendation algorithms show that our method can generate fairer recommendations for users with a desirable recommendation performance.
Yunqi Li 0003, Hanxiong Chen, Yingqiang Ge, Yongfeng Zhang 0003
SIGIR2
2021 The 1st International Workshop on Machine Reasoning: International Machine Reasoning Conference (MRC 2021)
abstract
Recent years have witnessed the success of machine learning and especially deep learning in many research areas such as Vision and Language Processing, Information Retrieval and Recommender Systems, Social Networks and Conversational Agents. Though various learning approaches have demonstrated satisfying performance in perceptual tasks such as associative learning and matching by extracting useful similarity patterns from data, the area still sees a large amount of research needed to advance the ability of reasoning towards cognitive intelligence in the coming years. This includes but is not limited to neural logical reasoning, neural-symbolic reasoning, causal reasoning, knowledge reasoning and commonsense reasoning. The workshop focuses on the research of machine reasoning techniques and their application in various intelligent tasks. It will gather researchers as well as practitioners in the field for discussions, idea communications, and research promotions. It will also generate insightful debates about the recent progress in machine intelligence to a broader community, including but not limited to CV, IR, NLP, ML, DM, AI and beyond.
Yongfeng Zhang 0003, Min Zhang 0006, Hanxiong Chen, Xu Chen 0017, Xianjie Chen, Chuang Gan 0001, Tong Sun 0005, Xin Dong 0001
WSDM3
2021 Neural Collaborative Reasoning
abstract
Existing Collaborative Filtering (CF) methods are mostly designed based on the idea of matching, i.e., by learning user and item embeddings from data using shallow or deep models, they try to capture the associative relevance patterns in data, so that a user embedding can be matched with relevant item embeddings using designed or learned similarity functions. However, as a cognition rather than a perception intelligent task, recommendation requires not only the ability of pattern recognition and matching from data, but also the ability of cognitive reasoning in data.
Hanxiong Chen, Shaoyun Shi, Yunqi Li 0003, Yongfeng Zhang 0003
WWW1
2021 User-oriented Fairness in Recommendation
abstract
As a highly data-driven application, recommender systems could be affected by data bias, resulting in unfair results for different data groups, which could be a reason that affects the system performance. Therefore, it is important to identify and solve the unfairness issues in recommendation scenarios.
Yunqi Li 0003, Hanxiong Chen, Zuohui Fu, Yingqiang Ge, Yongfeng Zhang 0003
WWW2
2021 Continuous top-k spatial-keyword search on dynamic objects
Yuyang Dong, Chuan Xiao 0001, Hanxiong Chen, Jeffrey Xu Yu, Kunihiro Takeoka, Masafumi Oyamada, Hiroyuki Kitagawa
VLDB J.3
2020 Neural Logic Reasoning
abstract
Recent years have witnessed the success of deep neural networks in many research areas. The fundamental idea behind the design of most neural networks is to learn similarity patterns from data for prediction and inference, which lacks the ability of cognitive reasoning. However, the concrete ability of reasoning is critical to many theoretical and practical problems. On the other hand, traditional symbolic reasoning methods do well in making logical inference, but they are mostly hard rule-based reasoning, which limits their generalization ability to different tasks since difference tasks may require different rules. Both reasoning and generalization ability are important for prediction tasks such as recommender systems, where reasoning provides strong connection between user history and target items for accurate prediction, and generalization helps the model to draw a robust user portrait over noisy inputs.
Shaoyun Shi, Hanxiong Chen, Weizhi Ma, Jiaxin Mao, Min Zhang 0006, Yongfeng Zhang 0003
CIKM2
2019 Continuous Search on Dynamic Spatial Keyword Objects
abstract
As the popularity of SNS and the number of GPS-equipped mobile devices increases, a large number of web users frequently change their location (spatial attribute) and interesting keywords (keyword attribute) in real-time. An example of such would be when a user watches the news, videos, and blogs while moving. Many location-based web applications can benefit from continuously searching for these dynamic spatial keyword objects. In this paper, we define a novel query problem to continuously search for dynamic spatial keyword objects. To the best of our knowledge, this is the first work to consider dynamic spatial keyword objects. We employ a novel grid-based index to manage both queries and dynamic spatial keyword objects. With the proposed index, we develop a buffer named partial cell list to reduce the computation cost in the top-k reevaluation. The experiments confirm the superiorities of our proposed methods.
Yuyang Dong, Hanxiong Chen, Hiroyuki Kitagawa
ICDE2
2019 Personalized Fashion Recommendation with Visual Explanations based on Multimodal Attention Network: Towards Visually Explainable Recommendation
abstract
Fashion recommendation has attracted increasing attention from both industry and academic communities. This paper proposes a novel neural architecture for fashion recommendation based on both image region-level features and user review information. Our basic intuition is that: for a fashion image, not all the regions are equally important for the users, i.e., people usually care about a few parts of the fashion image. To model such human sense, we learn an attention model over many pre-segmented image regions, based on which we can understand where a user is really interested in on the image, and correspondingly, represent the image in a more accurate manner. In addition, by discovering such fine-grained visual preference, we can visually explain a recommendation by highlighting some regions of its image. For better learning the attention model, we also introduce user review information as a weak supervision signal to collect more comprehensive user preference. In our final framework, the visual and textual features are seamlessly coupled by a multimodal attention network. Based on this architecture, we can not only provide accurate recommendation, but also can accompany each recommended item with novel visual explanations. We conduct extensive experiments to demonstrate the superiority of our proposed model in terms of Top-N recommendation, and also we build a collectively labeled dataset for evaluating our provided visual explanations in a quantitative manner.
Xu Chen 0017, Hanxiong Chen, Hongteng Xu, Yongfeng Zhang 0003, Yixin Cao 0002, Zheng Qin 0003, Hongyuan Zha
SIGIR2
2019 Unified Collaborative Filtering over Graph Embeddings
abstract
Collaborative Filtering (CF) by learning from the wisdom of crowds has become one of the most important approaches to recommender systems research, and various CF models have been designed and applied to different scenarios. However, a challenging task is how to select the most appropriate CF model for a specific recommendation task. In this paper, we propose a Unified Collaborative Filtering framework based on Graph Embeddings (UGrec for short) to solve the problem. Specifically, UGrec models user and item interactions within a graph network, and sequential recommendation path is designed as a basic unit to capture the correlations between users and items. Mathematically, we show that many representative recommendation approaches and their variants can be mapped as a recommendation path in the graph. In addition, by applying a carefully designed attention mechanism on the recommendation paths, UGrec can determine the significance of each sequential recommendation path so as to conduct automatic model selection. Compared with state-of-the-art methods, our method shows significant improvements for recommendation quality. This work also leads to a deeper understanding of the connection between graph embeddings and recommendation algorithms.
Pengfei Wang 0009, Hanxiong Chen, Yadong Zhu, Huawei Shen, Yongfeng Zhang 0003
SIGIR2
2017 Efficient Processing of Aggregate Reverse Rank Queries
Yuyang Dong, Hanxiong Chen, Kazutaka Furuse, Hiroyuki Kitagawa
DEXA (1)2
2017 Grid-Index Algorithm for Reverse Rank Queries
Yuyang Dong, Hanxiong Chen, Jeffrey Xu Yu, Kazutaka Furuse, Hiroyuki Kitagawa
EDBT2
2016 Aggregate Reverse Rank Queries
Yuyang Dong, Hanxiong Chen, Kazutaka Furuse, Hiroyuki Kitagawa
DEXA (2)2
2012 An Efficient Algorithm for Arbitrary Reverse Furthest Neighbor Queries
Jianquan Liu, Hanxiong Chen, Kazutaka Furuse, Hiroyuki Kitagawa
APWeb2
2011 Indexing expensive functions for efficient multi-dimensional similarity search
Hanxiong Chen, Jianquan Liu, Kazutaka Furuse, Jeffrey Xu Yu, Nobuo Ohbo
Knowl. Inf. Syst.1
2010 An Efficient Algorithm for Reverse Furthest Neighbors Query with Metric Index
Jianquan Liu, Hanxiong Chen, Kazutaka Furuse, Hiroyuki Kitagawa
DEXA (2)2
2009 Indexing the Function: An Efficient Algorithm for Multi-dimensional Search with Expensive Distance Functions
Hanxiong Chen, Jianquan Liu, Kazutaka Furuse, Jeffrey Xu Yu, Nobuo Ohbo
ADMA1
2009 Extracting Related Words from Anchor Text Clusters by Focusing on the Page Designer's Intention
Jianquan Liu, Hanxiong Chen, Kazutaka Furuse, Nobuo Ohbo
DEXA2
2008 Efficient Bounds in Finding Aggregate Nearest Neighbors
Sansarkhuu Namnandorj, Hanxiong Chen, Kazutaka Furuse, Nobuo Ohbo
DEXA2
2005 DDR: an index method for large time-series datasets
Jiyuan An, Yi-Ping Phoebe Chen, Hanxiong Chen
Inf. Syst.3
2005 CVA file: an index structure for high-dimensional datasets
Jiyuan An, Hanxiong Chen, Kazutaka Furuse, Nobuo Ohbo
Knowl. Inf. Syst.2
2004 Web Query Refinement without Information Loss
Chaoyuan Cui, Hanxiong Chen, Kazutaka Furuse, Nobuo Ohbo
APWeb2
2002 C2VA: Trim High Dimensional Indexes
Hanxiong Chen, Jiyuan An, Kazutaka Furuse, Nobuo Ohbo
WAIM1
2001 Support IR Query Refinement by Partial Keyword Set
abstract
As our early work, we proposed a data mining model for query refinement using Association Rules (ARs) mined among keywords of a large document database. In this paper, first, we explicitly identify principles of a data mining model for query refinement, and show that our model satisfies the principles. Second, we propose a mechanism to reduce the large number of ARs using a concept called "prime keyword". The effectiveness of our approach will be discussed. Considering the fact that most of today's searching engines on the Internet are keyword based, our approach can be easily extended to support Web applications.
Hanxiong Chen, Jeffrey Xu Yu, Kazutaka Furuse, Nobuo Ohbo
WISE (1)1
1998 Using Stem Rules to Refine Document Retrieval Queries
Hanxiong Chen, Jeffrey Xu Yu, Nobuo Ohbo
FQAS2
1998 A Data Mining Approach for Query Refinement
Hanxiong Chen, Jeffrey Xu Yu, Nobuo Ohbo
PAKDD2
1993 A Method of Using Semijoins to Optimizing Queries with ADT Functions
abstract
Article Free Access Share on A method of using semijoins to optimize queries with ADT functions Authors: Xiaodong Zhang Program in Engineering Sciences, University of Tsukuba, Tsububa City, Ibaraki 305, Japan Program in Engineering Sciences, University of Tsukuba, Tsububa City, Ibaraki 305, JapanView Profile , Nobuo Ohbo Institute of Information Sciences and Electronics, University of Tsukuba, Tsububa City, Ibaraki 305, Japan Institute of Information Sciences and Electronics, University of Tsukuba, Tsububa City, Ibaraki 305, JapanView Profile , Hanxiong Chen Institute of Information Sciences and Electronics, University of Tsukuba, Tsububa City, Ibaraki 305, Japan Institute of Information Sciences and Electronics, University of Tsukuba, Tsububa City, Ibaraki 305, JapanView Profile , Yuzuru Fujiwara Institute of Information Sciences and Electronics, University of Tsukuba, Tsububa City, Ibaraki 305, Japan Institute of Information Sciences and Electronics, University of Tsukuba, Tsububa City, Ibaraki 305, JapanView Profile Authors Info & Claims CIKM '93: Proceedings of the second international conference on Information and knowledge managementDecember 1993 Pages 723–725https://doi.org/10.1145/170088.170473Online:01 December 1993Publication History 0citation170DownloadsMetricsTotal Citations0Total Downloads170Last 12 Months1Last 6 weeks0 Get Citation AlertsNew Citation Alert added!This alert has been successfully added and will be sent to:You will be notified whenever a record that you have chosen has been cited.To manage your alert preferences, click on the button below.Manage my AlertsNew Citation Alert!Please log in to your account Save to BinderSave to BinderCreate a New BinderNameCancelCreateExport CitationPublisher SiteeReaderPDF
Nobuo Ohbo, Hanxiong Chen, Yuzuru Fujiwara
CIKM3
1993 LRU-S: A New Buffer Allocation Approach for OODBMS
Hanxiong Chen, Jeffrey Xu Yu, Kazunori Yamaguchi, Hiroyuki Kitagawa, Nobuo Ohbo, Yuzuru Fujiwara
DASFAA1
1992 Decomposition - An Approach for Optimizing Queries Including ADT Functions
Hanxiong Chen, Xu Yu 0004, Kazunori Yamaguchi, Hiroyuki Kitagawa, Nobuo Ohbo, Yuzuru Fujiwara
Inf. Process. Lett.1