paper-with-me

Papers

Novel Node Category Detection Under Subpopulation Shift

2024-04-01 · Hsing-Huan Chung, Shravan Chaudhari, Yoav Wald, Xing Han, Joydeep Ghosh

In real-world graph data, distribution shifts can manifest in various ways, such as the emergence of new categories and changes in the relative proportions of existing categories. It is often important to detect nodes of novel categories under such distribution shifts for safety or insight discovery purposes. We introduce a new approach, Recall-Constrained Optimization with Selective Link Prediction (RECO-SLIP), to detect nodes belonging to novel categories in attributed graphs under subpopulation shifts. By integrating a recall-constrained learning framework with a sample-efficient link prediction mechanism, RECO-SLIP addresses the dual challenges of resilience against subpopulation shifts and the effective exploitation of graph structure. Our extensive empirical evaluation across multiple graph datasets demonstrates the superior performance of RECO-SLIP over existing methods. The experimental code is available at https://github.com/hsinghuan/novel-node-category-detection.

📄 PDF Abstract BibTeX arXiv:2404.01216

Code (2)

cooper-org/cooper 공식 구현 pytorch
hsinghuan/novel-node-category-detection 공식 구현 pytorch

Tasks

Link Prediction

Similar Papers 제목 키워드 기반

BREEDS: Benchmarks for Subpopulation Shift

2020-08-11 · ICLR 2021 1 · Shibani Santurkar, Dimitris Tsipras, Aleksander Madry

We develop a methodology for assessing the robustness of models to subpopulation shift---specifically, their ability to generalize to novel data subpopulations that were not observed during training. Our approach leverag…

Can domain adaptation make object recognition work for everyone?

2022-04-23 · Viraj Prabhu, Ramprasaath R. Selvaraju, Judy Hoffman, Nikhil Naik

Despite the rapid progress in deep visual recognition, modern computer vision datasets significantly overrepresent the developed world and models trained on such datasets underperform on images from unseen geographies. W…

Domain AdaptationObjectObject RecognitionUnsupervised Domain Adaptation

LLM as Dataset Analyst: Subpopulation Structure Discovery with Large Language Model

2024-05-03 · Yulin Luo, Ruichuan An, Bocheng Zou, Yiming Tang 외

The distribution of subpopulations is an important property hidden within a dataset. Uncovering and analyzing the subpopulation distribution within datasets provides a comprehensive understanding of the datasets, standin…

Image CaptioningInstruction FollowingLanguage ModelingLanguage Modelling+3

Mind the GAP: Improving Robustness to Subpopulation Shifts with Group-Aware Priors

2024-03-14 · Tim G. J. Rudner, Ya Shi Zhang, Andrew Gordon Wilson, Julia Kempe

Machine learning models often perform poorly under subpopulation shifts in the data distribution. Developing methods that allow machine learning models to better generalize to such shifts is crucial for safe deployment i…

AttributeBayesian Inference

Reweighted Mixup for Subpopulation Shift

2023-04-09 · Zongbo Han, Zhipeng Liang, Fan Yang, Liu Liu 외

Subpopulation shift exists widely in many real-world applications, which refers to the training and test distributions that contain the same subpopulation groups but with different subpopulation proportions. Ignoring sub…

FairnessGeneralization Bounds