← Search

Chuan Qin

20 accepted papers

2026

A Centerline-Aligned Frenet Graph Framework for Surface-Based Path Planning in Pipeline Environments

ICRA 2026poster

Pipeline inspection is essential for maintaining the safety of critical infrastructure, but manual inspection is dangerous and inefficient, and existing robotic solutions struggle to handle curved and constrained surfaces. Traditional planning methods are either computationally expensive or prone to…

Cited by 0Scholar
2026

Beyond the Known: An Unknown-Aware Large Language Model for Open-Set Text Classification

ICLR 2026poster

Open-set text classification (OSTC) requires models to correctly classify in-distribution (ID) samples while reliably rejecting out-of-distribution (OOD) inputs—an essential capability for real-world NLP systems. Most OSTC methods train on ID data under the closed assumption that all outputs belong…

Cited by 0SourcecodeScholar
2026

Enhancing Conversational Recommender Systems with Tree-Structured Knowledge and Pretrained Language Models

AAAI 2026technical

Recent advances in pretrained language models (PLMs) have significantly improved conversational recommender systems (CRS), enabling more fluent and context-aware interactions. To further enhance accuracy and mitigate hallucination, many methods integrate PLMs with knowledge graphs (KGs), but face ke

Cited by 0SourcePDFScholar
2026

Glove2Hand: Synthesizing Natural Hand-Object Interaction from Multi-Modal Sensing Gloves

CVPR 2026

Understanding hand-object interaction (HOI) is fundamental to computer vision, robotics, and AR/VR. However, conventional hand videos often lack essential physical information, such as contact forces and motion dynamics, and are prone to frequent occlusions. To address these challenges, we present G

Cited by 0SourceScholar
2026

Sparse CLIP: Co-Optimizing Interpretability and Performance in Contrastive Learning

ICLR 2026poster

Contrastive Language-Image Pre-training (CLIP) has become a cornerstone in vision-language representation learning, powering diverse downstream tasks and serving as the default vision backbone in multimodal large language models (MLLMs). Despite its success, CLIP's dense and opaque latent representa…

Cited by 0SourceScholar
2025

Diffusion Features to Bridge Domain Gap for Semantic Segmentation

ICASSP 2025accepted

Pre-trained diffusion models have demonstrated remarkable proficiency in synthesizing images across a wide range of scenarios with customizable prompts, indicating their effective capacity to capture universal features. Motivated by this, our study delves into the utilization of the implicit knowled…

Cited by 0SourceScholar
2025

FACE: A General Framework for Mapping Collaborative Filtering Embeddings into LLM Tokens

NeurIPS 2025poster

Recently, large language models (LLMs) have been explored for integration with collaborative filtering (CF)-based recommendation systems, which are crucial for personalizing user experiences. However, a key challenge is that LLMs struggle to interpret the latent, non-semantic embeddings produced by…

Cited by 0SourcecodeScholar
2025

Gaze-Language Alignment for Zero-Shot Prediction of Visual Search Targets from Human Gaze Scanpaths

ICCV 2025poster

Decoding human intent from eye gaze during a visual search task has become an increasingly important capability within augmented and virtual reality systems. However, gaze target prediction models used within such systems are constrained by the predefined target categories found within available gaz…

Cited by 0SourcePDFScholar
2025

Leveraging Spatial Invariance to Boost Adversarial Transferability

ICCV 2025poster

Adversarial examples, crafted with imperceptible perturbations, reveal a significant vulnerability of Deep Neural Networks (DNNs). More critically, the transferability of adversarial examples allows attackers to induce unreasonable predictions without requiring knowledge about the target model. DNNs…

2024

DGCD: An Adaptive Denoising GNN for Group-level Cognitive Diagnosis

IJCAI 2024poster

Group-level cognitive diagnosis, pivotal in intelligent education, aims to effectively assess group-level knowledge proficiency by modeling the learning behaviors of individuals within the group. Existing methods typically conceptualize the group as an abstract entity or aggregate the knowledge leve…

2024

Job-SDF: A Multi-Granularity Dataset for Job Skill Demand Forecasting and Benchmarking

NeurIPS 2024poster

In a rapidly evolving job market, skill demand forecasting is crucial as it enables policymakers and businesses to anticipate and adapt to changes, ensuring that workforce skills align with market needs, thereby enhancing productivity and competitiveness. Additionally, by identifying emerging skill…

2024

Pre-DyGAE: Pre-training Enhanced Dynamic Graph Autoencoder for Occupational Skill Demand Forecasting

IJCAI 2024poster

Occupational skill demand (OSD) forecasting seeks to predict dynamic skill demand specific to occupations, beneficial for employees and employers to grasp occupational nature and maintain a competitive edge in the rapidly evolving labor market. Although recent research has proposed data-driven techn…

2023

Image Adversarial Steganography Based on Joint Distortion

ICASSP 2023accepted

Image steganography is the technique of concealing secret messages into digital images without arousing suspicion from detectors. Recently, adversarial steganography has received much attention from the research community, since it is effective in deceiving target deep-learning-based steganalysis (D…

Cited by 0SourceScholar
2022

Patch Steganalysis: A Sampling Based Defense Against Adversarial Steganography

ICASSP 2022accepted

In recent years, the classification accuracy of CNN (convolutional neural network) steganalyzers has rapidly improved. However, as general CNN classifiers will misclassify adversarial samples, CNN steganalyzers can hardly detect adversarial steganography, which combines adversarial samples and stega…

Cited by 0SourceScholar
2021

Adversarial Examples Detection Beyond Image Space

ICASSP 2021accepted

Deep neural networks have been proved that they are vulnerable to adversarial examples, which are generated by adding human-imperceptible perturbations to images. To defend these adversarial examples, various detection based methods have been proposed. However, most of them perform poorly on detecti…

Cited by 0SourceScholar
2021

Discerning Decision-Making Process of Deep Neural Networks with Hierarchical Voting Transformation

NeurIPS 2021poster

Neural network based deep learning techniques have shown great success for numerous applications. While it is expected to understand their intrinsic decision-making processes, these deep neural networks often work in a black-box way. To this end, in this paper, we aim to discern the decision-making…

2021

Regularizing Variational Autoencoder with Diversity and Uncertainty Awareness

IJCAI 2021poster

As one of the most popular generative models, Variational Autoencoder (VAE) approximates the posterior of latent variables based on amortized variational inference. However, when the decoder network is sufficiently expressive, VAE may lead to posterior collapse; that is, uninformative latent represe…

2021

Topic Modeling Revisited: A Document Graph-based Neural Network Perspective

NeurIPS 2021poster

Most topic modeling approaches are based on the bag-of-words assumption, where each word is required to be conditionally independent in the same document. As a result, both of the generative story and the topic formulation have totally ignored the semantic dependency among words, which is important…

2020

GreedyFool: Distortion-Aware Sparse Adversarial Attack

NeurIPS 2020poster

Modern deep neural networks(DNNs) are vulnerable to adversarial samples. Sparse adversarial samples are a special branch of adversarial samples that can fool the target model by only perturbing a few pixels. The existence of the sparse adversarial attack points out that DNNs are much more vulnerable…