← Search

Jun Yin

22 accepted papers

2026

Careful Queries, Credible Results: Teaching RAG Models Advanced Web Search Tools with Reinforcement Learning

AAAI 2026technical

Retrieval-Augmented Generation (RAG) enhances large language models (LLMs) by integrating up-to-date external knowledge, yet real-world web environments present unique challenges. These limitations manifest as two key challenges: pervasive misinformation in the web environment, which introduces unre

Cited by 0SourcePDFScholar
2026

Falsdo: Benchmarking Artifact-Controlled Multimodal Fake News Verification via Failure-Aligned Auditing

IJCAI 2026

Recent generative AI renders multimodal misinformation structurally harder to detect, making reliable detection dependent on semantic verification grounded in verifiable evidence. However, current benchmarks often fail to isolate true semantic checking from superficial shortcut exploitation. We intr

Cited by 0Scholar
2026

Incomplete Multi-View Multi-Label Classification via Shared Codebook and Fused-Teacher Self-Distillation

ICLR 2026poster

Although multi-view multi-label learning has been extensively studied, research on the dual-missing scenario, where both views and labels are incomplete, remains largely unexplored. Existing methods mainly rely on contrastive learning or information bottleneck theory to learn consistent representati…

Cited by 0SourceScholar
2026

One-Turn Knockout: Traceable and Editable Proxy Unlearning Under Asymmetric Access Constraints

IJCAI 2026

Machine unlearning (MUL) aims to remove the influence of specific data from a trained model for data privacy and model adaptability. Existing MUL methods mostly assume the internal parameters and the training data of the target model are accessible. Nevertheless, in most practical scenarios, the mod

Cited by 0Scholar
2026

Paradigm Shift of GNN Explainer from Label Space to Prototypical Representation Space

ICLR 2026poster

Post-hoc instance-level graph neural network (GNN) explainers are developed to identify a compact subgraph (i.e., explanation) that encompasses the most influential components for each input graph. A fundamental limitation of existing methods lies in the insufficient utilization of structural inform…

Cited by 0SourcecodeScholar
2026

Rel-MOSS: Towards Imbalanced Relational Deep Learning on Relational Databases

ICML 2026poster

In recent advances, to enable a fully data-driven learning paradigm on relational databases (RDB), relational deep learning (RDL) is proposed to structure the RDB as a heterogeneous entity graph and adopt the graph neural network (GNN) as the predictive model. However, existing RDL methods neglect t…

Cited by 0SourceScholar
2025

ArchiSet: Benchmarking Editable and Consistent Single-View 3D Reconstruction of Buildings with Specific Window-to-Wall Ratios

ICCV 2025poster

Image-based 3D Genetation has made significant progress in typical scenarios, achieving high fidelity in capturing intricate textures. However, in the Architecture, Engineering, and Construction (AEC) design stages, existing technologies still face considerable challenges, particularly in handling s…

Cited by 0SourcePDFScholar
2025

CARD: Cross-modal Agent Framework for Generative and Editable Residential Design

EMNLP 2025

In recent years, architectural design automation has made significant progress, but the complexity of open-world environments continues to make residential design a challenging task, often requiring experienced architects to perform multiple iterations and human-computer interactions. Therefore, ass

Cited by 0SourcePDFScholar
2025

EchoDiffusion: Waveform Conditioned Diffusion Models for Echo-Based Depth Estimation

AAAI 2025technical

To extract spatial information, depth estimation using conventional echo-based methods typically employs models with encoder-decoder architectures, such as UNet. However, these methods may face challenges in extracting fine details from echo waveforms and handling multi-scale feature extraction with…

2025

FloorPlan-LLaMa: Aligning Architects’ Feedback and Domain Knowledge in Architectural Floor Plan Generation

ACL 2025long

Floor plans serve as a graphical language through which architects sketch and communicate their design ideas. Actually, in the Architecture, Engineering, and Construction (AEC) design stages, generating floor plans is a complex task requiring domain expertise and alignment with user requirements. Ho…

Cited by 0SourcePDFScholar
2025

Incomplete Multi-View Multi-label Learning via Disentangled Representation and Label Semantic Embedding

CVPR 2025poster

In incomplete multi-view multi-label learning scenarios, it is crucial to use the incomplete multi-view data to extract consistent and specific representations from different data sources and to fully exploit the missing label information. However, most previous approaches ignore the separation prob…

Cited by 0SourcePDFScholar
2024

Discriminatively Fuzzy Multi-View K-means Clustering with Local Structure Preserving

AAAI 2024technical

Multi-view K-means clustering successfully generalizes K-means from single-view to multi-view, and obtains excellent clustering performance. In every view, it makes each data point close to the center of the corresponding cluster. However, multi-view K-means only considers the compactness of each cl…

Cited by 4SourcePDFScholar
2024

Exploiting Spatial-Temporal Data for Sleep Stage Classification via Hypergraph Learning

ICASSP 2024accepted

Sleep stage classification is crucial for detecting patients’ health conditions. Existing models, which mainly use Convolutional Neural Networks (CNN) for modelling Euclidean data and Graph Convolution Networks (GNN) for modelling non-Euclidean data, are unable to consider the heterogeneity and inte…

Cited by 0SourceScholar
2024

LiteSAM is Actually what you Need for segment Everything

ECCV 2024poster

"The Segment Anything model (SAM) has brought significant changes to the segmentation field with its superior performance, but its extensive computational resource requirements remain a limiting factor. Many works, such as MobileSAM, Edge-SAM, and MobileSAM-v2, have explored lightweight solutions. H…

Cited by 7SourcePDFScholar
2023

A Comprehensive Study on Text-attributed Graphs: Benchmarking and Rethinking

NeurIPS 2023poster

Text-attributed graphs (TAGs) are prevalent in various real-world scenarios, where each node is associated with a text description. The cornerstone of representation learning on TAGs lies in the seamless integration of textual semantics within individual nodes and the topological connections across…

2023

Adaptive Graph Convolutional Subspace Clustering

CVPR 2023poster

Spectral-type subspace clustering algorithms have shown excellent performance in many subspace clustering applications. The existing spectral-type subspace clustering algorithms either focus on designing constraints for the reconstruction coefficient matrix or feature extraction methods for finding…

2023

Few Shot Rationale Generation using Self-Training with Dual Teachers

ACL 2023findings

Self-rationalizing models that also generate a free-text explanation for their predicted labels are an important tool to build trustworthy AI applications. Since generating explanations for annotated labels is a laborious and costly process, recent models rely on large pretrained language models (PL…

Cited by 3SourcePDFScholar
2023

RWSC-Fusion: Region-Wise Style-Controlled Fusion Network for the Prohibited X-Ray Security Image Synthesis

CVPR 2023poster

Automatic prohibited item detection in security inspection X-ray images is necessary for transportation.The abundance and diversity of the X-ray security images with prohibited item, termed as prohibited X-ray security images, are essential for training the detection model. In order to solve the dat…

Cited by 4SourcePDFScholar
2023

Train Once and Explain Everywhere: Pre-training Interpretable Graph Neural Networks

NeurIPS 2023poster

Intrinsic interpretable graph neural networks aim to provide transparent predictions by identifying the influential fraction of the input graph that guides the model prediction, i.e., the explanatory subgraph. However, current interpretable GNNs mostly are dataset-specific and hard to generalize to…

Cited by 13SourcePDFScholar
2023

V-InFoR: A Robust Graph Neural Networks Explainer for Structurally Corrupted Graphs

NeurIPS 2023poster

GNN explanation method aims to identify an explanatory subgraph which contains the most informative components of the full graph. However, a major limitation of existing GNN explainers is that they are not robust to the structurally corrupted graphs, e.g., graphs with noisy or adversarial edges. On…

Cited by 4SourcePDFScholar
2022

ER-PIQA: A Task-Guided Pedestrian Image Quality Assessment Via Embedding Reconstruction

ICASSP 2022accepted

Image quality is an important factor for pedestrian recognition systems. Pedestrian image quality assessment aims at evaluating images in order to provide more reliable and stable images for the following analysis process. Previous work proposed supervised solutions that require artificially or manu…

Cited by 0SourceScholar
2020

PG-Net: Pixel to Global Matching Network for Visual Tracking

ECCV 2020poster

Siamese neural network has been well investigated by tracking frameworks due to its fast speed and high accuracy. However, very few efforts were spent on background-extraction by those approaches. In this paper, a Pixel to Global Matching Network (PG-Net) is proposed to suppress the influence of bac…

Cited by 110SourcePDFScholar