← Search

Xin Cao

17 accepted papers

2026

Rounded or Streamlined Head? Bridging Concept Bottleneck Models and Attribute-Described Object Parts

CVPR 2026

A faithful decision-making process requires models to ground human-understandable concepts both spatially (where they appear in the image) and causally (how they influence the prediction). Recent advances in Vision-Language Models (VLMs) enable concept-level alignment and have inspired Concept Bottl

Cited by 0SourceScholar
2025

Correlated Low-Rank Adaptation for ConvNets

NeurIPS 2025poster

Low-Rank Adaptation (LoRA) methods have demonstrated considerable success in achieving parameter-efficient fine-tuning (PEFT) for Transformer-based foundation models. These methods typically fine-tune individual Transformer layers using independent LoRA adaptations. However, directly applying existi…

Cited by 0SourcecodeScholar
2025

Faithful and Accurate Self-Attention Attribution for Message Passing Neural Networks via the Computation Tree Viewpoint

AAAI 2025technical

The self-attention mechanism has been adopted in various popular message passing neural networks (MPNNs), enabling the model to adaptively control the amount of information that flows along the edges of the underlying graph. Such attention-based MPNNs (Att-GNNs) have also been used as a baseline for…

2025

Quantifying the Optimization and Generalization Advantages of Graph Neural Networks Over Multilayer Perceptrons

AISTATS 2025poster

Graph neural networks (GNNs) have demonstrated remarkable capabilities in learning from graph-structured data, often outperforming traditional Multilayer Perceptrons (MLPs) in numerous graph-based tasks. Although existing works have demonstrated the benefits of graph convolution through Laplacian sm…

Cited by 0SourceScholar
2024

Deep Structural Knowledge Exploitation and Synergy for Estimating Node Importance Value on Heterogeneous Information Networks

AAAI 2024technical

The classic problem of node importance estimation has been conventionally studied with homogeneous network topology analysis. To deal with practical network heterogeneity, a few recent methods employ graph neural models to automatically learn diverse sources of information. However, the major concer…

Cited by 11SourcePDFScholar
2024

Prior and Prediction Inverse Kernel Transformer for Single Image Defocus Deblurring

AAAI 2024technical

Defocus blur, due to spatially-varying sizes and shapes, is hard to remove. Existing methods either are unable to effectively handle irregular defocus blur or fail to generalize well on other datasets. In this work, we propose a divide-and-conquer approach to tackling this issue, which gives rise to…

2024

Semi-Decoupled 6D Pose Estimation via Multi-Modal Feature Fusion

ICASSP 2024accepted

The existing methods for 6D pose estimation based on RGB-D employ RGB images and observed point cloud derived from depth maps as input, then concurrently predicting both rotation and translation. However, rotation and translation possess distinct characteristics and scale ranges, and their simultane…

Cited by 0SourceScholar
2023

Online Hand-Eye Calibration with Decoupling by 3D Textureless Object Tracking

ICRA 2023poster

Hand-eye calibration estimates the pose of a camera relative to a robot, which is a fundamental problem for visually guided robots, especially for dynamic object grasping. Most methods use 2D fiducial markers with distinctive visual features and require pre-calibration for accurate calibration, whic…

Cited by 2SourceScholar
2023

Weighted Sampling for Masked Language Modeling

ICASSP 2023accepted

Masked Language Modeling (MLM) is widely used to pretrain language models. The standard random masking strategy in MLM causes the pre-trained language models (PLMs) to be biased towards high-frequency tokens. Representation learning of rare tokens is poor and PLMs have limited performance on downstr…

Cited by 0SourceScholar
2022

BCOT: A Markerless High-Precision 3D Object Tracking Benchmark

CVPR 2022poster

Template-based 3D object tracking still lacks a high-precision benchmark of real scenes due to the difficulty of annotating the accurate 3D poses of real moving video objects without using markers. In this paper, we present a multi-view approach to estimate the accurate 3D poses of real moving objec…

Cited by 17PDFcodeScholar
2022

MDERank: A Masked Document Embedding Rank Approach for Unsupervised Keyphrase Extraction

ACL 2022findings

Keyphrase extraction (KPE) automatically extracts phrases in a document that provide a concise summary of the core content, which benefits downstream information retrieval and NLP tasks. Previous state-of-the-art methods select candidate keyphrases based on the similarity between learned representat…

2021

KS-GNN: Keywords Search over Incomplete Graphs via Graphs Neural Network

NeurIPS 2021poster

Keyword search is a fundamental task to retrieve information that is the most relevant to the query keywords. Keyword search over graphs aims to find subtrees or subgraphs containing all query keywords ranked according to some criteria. Existing studies all assume that the graphs have complete infor…

Cited by 21SourcePDFScholar
2020

Efficient Community Search over Large Directed Graph: An Augmented Index-based Approach

IJCAI 2020poster

Given a graph G and a query vertex q, the topic of community search (CS), aiming to retrieve a dense subgraph of G containing q, has gained much attention. Most existing works focus on undirected graphs which overlooks the rich information carried by the edge directions. Recently, the problem of com…

Cited by 0SourcePDFScholar
2020

Inductive Link Prediction for Nodes Having Only Attribute Information

IJCAI 2020poster

Predicting the link between two nodes is a fundamental problem for graph data analytics. In attributed graphs, both the structure and attribute information can be utilized for link prediction. Most existing studies focus on transductive link prediction where both nodes are already in the graph. Howe…