Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–13 of 13 results for author: Fathony, R

.
  1. arXiv:2607.00671  [pdf, ps, other

    cs.LG cs.AI

    Multi-Label Node Classification with Label Influence Propagation

    Authors: Yifei Sun, Zemin Liu, Bryan Hooi, Yang Yang, Rizal Fathony, Jia Chen, Bingsheng He

    Abstract: Graphs are a complex and versatile data structure used across various domains, with possibly multi-label nodes playing a particularly crucial role. Examples include proteins in PPI networks with multiple functions and users in social or e-commerce networks exhibiting diverse interests. Tackling multi-label node classification (MLNC) on graphs has led to the development of various approaches. Some… ▽ More

    Submitted 1 July, 2026; originally announced July 2026.

    Comments: Accepted to ICLR 2025

  2. arXiv:2606.14909  [pdf, ps, other

    stat.ML cs.LG

    Audited Conformal Prediction for Classification under Unknown Distribution Shift

    Authors: Yanfei Zhou, Rizal Fathony, Nam H. Nguyen, Matteo Sesia

    Abstract: We consider the problem of uncertainty quantification for a pretrained classification model deployed under unknown distribution shift. We propose Audited Conformal Prediction (ACP), a method that leverages a small labeled dataset from the target population to train an auxiliary audit model identifying inputs where the legacy model is likely to fail. By integrating the audit model's outputs into th… ▽ More

    Submitted 12 June, 2026; originally announced June 2026.

  3. arXiv:2606.09078  [pdf, ps, other

    cs.LG

    The Hidden Bias of Process Reward Models:PRISM for Rewarding the Right Reasoning

    Authors: Aakriti Agrawal, Souradip Chakraborty, Armin Saghafian, Nihal Sharma, Rizal Fathony, Nam H Nguyen, C. Bayan Bruss, Amrit Singh Bedi, Furong Huang

    Abstract: Process Reward Models (PRMs) improve credit assignment for reasoning by providing step-level feedback. However, we identify a hidden bias in PRMs caused by severe imbalance in step-level training data. Standard cross-entropy training amplifies this bias, causing PRMs to overcredit plausible but incorrect steps and produce high false-positive rates. We show that these false positives have an asymme… ▽ More

    Submitted 8 June, 2026; originally announced June 2026.

  4. arXiv:2606.03712  [pdf, ps, other

    cs.LG

    When Graph Tokens Sink: A Mechanistic Analysis of Graph Language Models

    Authors: Ding Zhang, Runtao Zhou, Wenqing Zheng, Rizal Fathony, Bayan Bruss, Chirag Agarwal

    Abstract: Graph Language Models (GLMs) have become a promising direction for adapting Large Language Models (LLMs) to graph learning tasks. By transforming graph topology and node information into graph tokens, GLMs allow LLMs to jointly process structured graph inputs and textual instructions. Yet, it remains unclear how LLMs internally interpret these graph tokens and whether graph tokens act as meaningfu… ▽ More

    Submitted 2 June, 2026; originally announced June 2026.

  5. arXiv:2510.25126  [pdf, ps, other

    cs.LG cs.AI

    Bridging the Divide: End-to-End Sequence-Graph Learning

    Authors: Yuen Chen, Yulun Wu, Samuel Sharpe, Igor Melnyk, Nam H. Nguyen, Furong Huang, C. Bayan Bruss, Rizal Fathony

    Abstract: Many real-world prediction tasks, particularly those involving entities such as customers or patients, involve both {sequential} and {relational} data. Each entity maintains its own sequence of events while simultaneously engaging in relationships with others. Existing methods in sequence and graph modeling often overlook one modality in favor of the other. We argue that these two facets should in… ▽ More

    Submitted 1 April, 2026; v1 submitted 28 October, 2025; originally announced October 2025.

  6. arXiv:2510.11903  [pdf, ps, other

    cs.LG cs.AI

    Integrating Sequential and Relational Modeling for User Events: Datasets and Prediction Tasks

    Authors: Rizal Fathony, Igor Melnyk, Owen Reinert, Nam H. Nguyen, Daniele Rosa, C. Bayan Bruss

    Abstract: User event modeling plays a central role in many machine learning applications, with use cases spanning e-commerce, social media, finance, cybersecurity, and other domains. User events can be broadly categorized into personal events, which involve individual actions, and relational events, which involve interactions between two users. These two types of events are typically modeled separately, usi… ▽ More

    Submitted 5 November, 2025; v1 submitted 13 October, 2025; originally announced October 2025.

    Comments: Learning on Graphs Conference 2025

  7. arXiv:2412.00020  [pdf, other

    cs.AI cs.LG cs.SI

    Partitioning Message Passing for Graph Fraud Detection

    Authors: Wei Zhuo, Zemin Liu, Bryan Hooi, Bingsheng He, Guang Tan, Rizal Fathony, Jia Chen

    Abstract: Label imbalance and homophily-heterophily mixture are the fundamental problems encountered when applying Graph Neural Networks (GNNs) to Graph Fraud Detection (GFD) tasks. Existing GNN-based GFD models are designed to augment graph structure to accommodate the inductive bias of GNNs towards homophily, by excluding heterophilic neighbors during message passing. In our work, we argue that the key to… ▽ More

    Submitted 16 November, 2024; originally announced December 2024.

  8. arXiv:2112.06288  [pdf, ps, other

    cs.LG cs.CY stat.ML

    Fairness for Robust Learning to Rank

    Authors: Omid Memarrast, Ashkan Rezaei, Rizal Fathony, Brian Ziebart

    Abstract: While conventional ranking systems focus solely on maximizing the utility of the ranked items to users, fairness-aware ranking systems additionally try to balance the exposure for different protected attributes such as gender or race. To achieve this type of group fairness for ranking, we derive a new ranking system based on the first principles of distributional robustness. We formulate a minimax… ▽ More

    Submitted 12 December, 2021; originally announced December 2021.

  9. arXiv:1912.00965  [pdf, other

    cs.LG stat.ML

    AP-Perf: Incorporating Generic Performance Metrics in Differentiable Learning

    Authors: Rizal Fathony, J. Zico Kolter

    Abstract: We propose a method that enables practitioners to conveniently incorporate custom non-decomposable performance metrics into differentiable learning pipelines, notably those based upon neural network architectures. Our approach is based on the recently developed adversarial prediction framework, a distributionally robust approach that optimizes a metric in the worst case given the statistical summa… ▽ More

    Submitted 3 March, 2020; v1 submitted 2 December, 2019; originally announced December 2019.

    Comments: Appears in the Proceedings of the 23rd International Conference on Artificial Intelligence and Statistics (AISTATS) 2020

  10. Fairness for Robust Log Loss Classification

    Authors: Ashkan Rezaei, Rizal Fathony, Omid Memarrast, Brian Ziebart

    Abstract: Developing classification methods with high accuracy that also avoid unfair treatment of different groups has become increasingly important for data-driven decision making in social applications. Many existing methods enforce fairness constraints on a selected classifier (e.g., logistic regression) by directly forming constrained optimizations. We instead re-derive a new classifier from the first… ▽ More

    Submitted 14 October, 2020; v1 submitted 9 March, 2019; originally announced March 2019.

    Journal ref: Proceedings of the AAAI Conference on Artificial Intelligence (2020), Vol 34 No 04: AAAI-20 Technical Tracks 4

  11. arXiv:1812.07526  [pdf, other

    stat.ML cs.LG

    Consistent Robust Adversarial Prediction for General Multiclass Classification

    Authors: Rizal Fathony, Kaiser Asif, Anqi Liu, Mohammad Ali Bashiri, Wei Xing, Sima Behpour, Xinhua Zhang, Brian D. Ziebart

    Abstract: We propose a robust adversarial prediction framework for general multiclass classification. Our method seeks predictive distributions that robustly optimize non-convex and non-continuous multiclass loss metrics against the worst-case conditional label distributions (the adversarial distributions) that (approximately) match the statistics of the training data. Although the optimized loss metrics ar… ▽ More

    Submitted 20 November, 2019; v1 submitted 18 December, 2018; originally announced December 2018.

    Comments: 49 pages, 10 figures

  12. arXiv:1811.02728  [pdf, other

    stat.ML cs.AI cs.LG

    Distributionally Robust Graphical Models

    Authors: Rizal Fathony, Ashkan Rezaei, Mohammad Ali Bashiri, Xinhua Zhang, Brian D. Ziebart

    Abstract: In many structured prediction problems, complex relationships between variables are compactly defined using graphical structures. The most prevalent graphical prediction methods---probabilistic graphical models and large margin methods---have their own distinct strengths but also possess significant drawbacks. Conditional random fields (CRFs) are Fisher consistent, but they do not permit integrati… ▽ More

    Submitted 6 November, 2018; originally announced November 2018.

    Comments: Appears in Neural Information Processing Systems, 2018

  13. arXiv:1712.10050  [pdf, other

    cs.LG cs.AI stat.ML

    Kernel Robust Bias-Aware Prediction under Covariate Shift

    Authors: Anqi Liu, Rizal Fathony, Brian D. Ziebart

    Abstract: Under covariate shift, training (source) data and testing (target) data differ in input space distribution, but share the same conditional label distribution. This poses a challenging machine learning task. Robust Bias-Aware (RBA) prediction provides the conditional label distribution that is robust to the worstcase logarithmic loss for the target distribution while matching feature expectation co… ▽ More

    Submitted 28 December, 2017; originally announced December 2017.