Search Results for author: Teng Xiao

Found 27 papers, 13 papers with code

A Deep Single Image Rectification Approach for Pan-Tilt-Zoom Cameras

no code implementations9 Apr 2025 Teng Xiao, Qi Hu, Qingsong Yan, Wei Liu, Zhiwei Ye, Fei Deng

This paper presents a Forward Distortion and Backward Warping Network (FDBW-Net), a novel framework for wide-angle image rectification.

Decoder

On a Connection Between Imitation Learning and RLHF

no code implementations7 Mar 2025 Teng Xiao, Yige Yuan, Mingxiao Li, Zhengyu Chen, Vasant G Honavar

We establish a close theoretical connection between reinforcement learning from human feedback RLHF and imitation learning (IL), revealing that RLHF implicitly performs imitation learning on the preference data distribution.

Imitation Learning

SimPER: A Minimalist Approach to Preference Alignment without Hyperparameters

1 code implementation2 Feb 2025 Teng Xiao, Yige Yuan, Zhengyu Chen, Mingxiao Li, Shangsong Liang, Zhaochun Ren, Vasant G Honavar

Existing preference optimization objectives for language model alignment require additional hyperparameters that must be extensively tuned to achieve optimal performance, increasing both the complexity and time required for fine-tuning large language models.

Cal-DPO: Calibrated Direct Preference Optimization for Language Model Alignment

1 code implementation19 Dec 2024 Teng Xiao, Yige Yuan, Huaisheng Zhu, Mingxiao Li, Vasant G Honavar

Contrastive preference optimization has shown promising results in aligning LLMs with available preference data by optimizing the implicit reward associated with the policy.

Language Modeling Language Modelling

Fact-Level Confidence Calibration and Self-Correction

1 code implementation20 Nov 2024 Yige Yuan, Bingbing Xu, Hexiang Tan, Fei Sun, Teng Xiao, Wei Li, HuaWei Shen, Xueqi Cheng

Confidence calibration in LLMs, i. e., aligning their self-assessed confidence with the actual accuracy of their responses, enabling them to self-evaluate the correctness of their outputs.

GeomCLIP: Contrastive Geometry-Text Pre-training for Molecules

1 code implementation16 Nov 2024 Teng Xiao, Chao Cui, Huaisheng Zhu, Vasant G. Honavar

Based on this dataset, we propose the GeomCLIP framework to enhance for multi-modal representation learning from molecular structures and biomedical text.

Denoising Molecular Property Prediction +3

Tracing Human Stress from Physiological Signals using UWB Radar

no code implementations14 Oct 2024 Jia Xu, Teng Xiao, Pin Lv, Zhe Chen, Chao Cai, Yang Zhang, Zehui Xiong

Experimental results show that the proposed DST method significantly outperforms all the baselines in terms of tracing human stress states.

How to Leverage Demonstration Data in Alignment for Large Language Model? A Self-Imitation Learning Perspective

1 code implementation14 Oct 2024 Teng Xiao, Mingxiao Li, Yige Yuan, Huaisheng Zhu, Chao Cui, Vasant G Honavar

This paper introduces a novel generalized self-imitation learning ($\textbf{GSIL}$) framework, which effectively and efficiently aligns large language models with offline demonstration data.

Density Ratio Estimation GSM8K +6

MITA: Bridging the Gap between Model and Data for Test-time Adaptation

no code implementations12 Oct 2024 Yige Yuan, Bingbing Xu, Teng Xiao, Liang Hou, Fei Sun, HuaWei Shen, Xueqi Cheng

Test-Time Adaptation (TTA) has emerged as a promising paradigm for enhancing the generalizability of models.

Test-time Adaptation

Leveraging Invariant Principle for Heterophilic Graph Structure Distribution Shifts

no code implementations18 Aug 2024 Jinluan Yang, Zhengyu Chen, Teng Xiao, Wenqiao Zhang, Yong Lin, Kun Kuang

However, existing works are only devoted to designing better HGNN backbones or architectures for node classification tasks on heterophilic and homophilic graph benchmarks simultaneously, and their analyses of HGNN performance with respect to nodes are only based on the determined data distribution without exploring the effect caused by this structural difference between training and testing nodes.

Data Augmentation Node Classification

Discovering Invariant Neighborhood Patterns for Heterophilic Graphs

no code implementations15 Mar 2024 Ruihao Zhang, Zhengyu Chen, Teng Xiao, Yueyang Wang, Kun Kuang

We propose a novel Invariant Neighborhood Pattern Learning (INPL) to alleviate the distribution shifts problem on non-homophilous graphs.

Graph Learning Graph Neural Network

MolBind: Multimodal Alignment of Language, Molecules, and Proteins

no code implementations13 Mar 2024 Teng Xiao, Chao Cui, Huaisheng Zhu, Vasant G. Honavar

Recent advancements in biology and chemistry have leveraged multi-modal learning, integrating molecules and their natural language descriptions to enhance drug discovery.

Contrastive Learning Drug Discovery +1

3M-Diffusion: Latent Multi-Modal Diffusion for Language-Guided Molecular Structure Generation

1 code implementation11 Mar 2024 Huaisheng Zhu, Teng Xiao, Vasant G Honavar

We propose 3M-Diffusion, a novel multi-modal molecular graph generation method, to generate diverse, ideally novel molecular structures with desired properties.

Decoder Drug Discovery +3

In-Context Sharpness as Alerts: An Inner Representation Perspective for Hallucination Mitigation

1 code implementation3 Mar 2024 Shiqi Chen, Miao Xiong, Junteng Liu, Zhengxuan Wu, Teng Xiao, Siyang Gao, Junxian He

Large language models (LLMs) frequently hallucinate and produce factual errors, yet our understanding of why they make these errors remains limited.

Hallucination TruthfulQA

Towards Off-Policy Reinforcement Learning for Ranking Policies with Human Feedback

no code implementations17 Jan 2024 Teng Xiao, Suhang Wang

Probabilistic learning to rank (LTR) has been the dominating approach for optimizing the ranking metric, but cannot maximize long-term rewards.

Decision Making Learning-To-Rank +2

Simple and Asymmetric Graph Contrastive Learning without Augmentations

1 code implementation NeurIPS 2023 Teng Xiao, Huaisheng Zhu, Zhengyu Chen, Suhang Wang

Experimental results show that the simple GraphACL significantly outperforms state-of-the-art graph contrastive learning and self-supervised learning methods on homophilic and heterophilic graphs.

Contrastive Learning Representation Learning +1

Certifiably Robust Graph Contrastive Learning

1 code implementation NeurIPS 2023 Minhua Lin, Teng Xiao, Enyan Dai, Xiang Zhang, Suhang Wang

Extensive experiments on real-world datasets demonstrate the effectiveness of our proposed method in providing effective certifiable robustness and enhancing the robustness of any GCL model.

Contrastive Learning Graph Representation Learning

Learning How to Propagate Messages in Graph Neural Networks

1 code implementation1 Oct 2023 Teng Xiao, Zhengyu Chen, Donglin Wang, Suhang Wang

To compensate for this, in this paper, we present learning to propagate, a general learning framework that not only learns the GNN parameters for prediction but more importantly, can explicitly learn the interpretable and personalized propagate strategies for different nodes and various types of graphs.

A General Offline Reinforcement Learning Framework for Interactive Recommendation

no code implementations1 Oct 2023 Teng Xiao, Donglin Wang

This paper studies the problem of learning interactive recommender systems from logged feedbacks without any exploration in online environments.

Interactive Recommendation reinforcement-learning +1

Towards Fair Graph Neural Networks via Graph Counterfactual

1 code implementation10 Jul 2023 Zhimeng Guo, Jialiang Li, Teng Xiao, Yao Ma, Suhang Wang

Despite their great performance in modeling graphs, recent works show that GNNs tend to inherit and amplify the bias from training data, causing concerns of the adoption of GNNs in high-stake scenarios.

counterfactual Fairness +2

Counterfactual Learning on Graphs: A Survey

1 code implementation3 Apr 2023 Zhimeng Guo, Teng Xiao, Zongyu Wu, Charu Aggarwal, Hui Liu, Suhang Wang

To facilitate the development of this promising direction, in this survey, we categorize and comprehensively review papers on graph counterfactual learning.

counterfactual Fairness +3

Decoupled Self-supervised Learning for Non-Homophilous Graphs

no code implementations7 Jun 2022 Teng Xiao, Zhengyu Chen, Zhimeng Guo, Zeyang Zhuang, Suhang Wang

This paper studies the problem of conducting self-supervised learning for node representation learning on graphs.

Representation Learning Self-Supervised Learning +1

Reconsidering Learning Objectives in Unbiased Recommendation with Unobserved Confounders

no code implementations7 Jun 2022 Teng Xiao, Zhengyu Chen, Suhang Wang

In this paper, we propose a theoretical understanding of why existing unbiased learning objectives work for unbiased recommendation.

Generalization Bounds Knowledge Distillation +3

Neural Variational Hybrid Collaborative Filtering

no code implementations12 Oct 2018 Teng Xiao, Shangsong Liang, Hong Shen, Zaiqiao Meng

Specifically, we consider both the generative processes of users and items, and the prior of latent factors of users and items to be side informationspecific, which enables our model to alleviate matrix sparsity and learn better latent representations of users and items.

Collaborative Filtering Recommendation Systems

Cannot find the paper you are looking for? You can Submit a new open access paper.