← Search

Jinyu Yang

16 accepted papers

2026

Dictionary-Aligned Concept Control for Safeguarding Multimodal LLMs

CVPR 2026

Multimodal Large Language Models (MLLMs) have been shown to be vulnerable to malicious queries that can elicit unsafe responses. Recent work uses prompt engineering, response classification, or finetuning to improve MLLM safety. Nevertheless, such approaches are often ineffective against evolving ma

Cited by 0SourcecodeScholar
2026

Leveraging Geometric Priors for Unaligned Scene Change Detection

ICRA 2026poster

Unaligned Scene Change Detection aims to detect scene changes between image pairs captured at different times without assuming viewpoint alignment. To handle viewpoint variations, current methods rely solely on 2D visual cues to establish cross-image correspondence to assist change detection. Howeve…

2025

CoLLM: A Large Language Model for Composed Image Retrieval

CVPR 2025poster

Composed Image Retrieval (CIR) is a complex task that aims to retrieve images based on a multimodal query. Typical training data consists of triplets containing a reference image, a textual description of desired modifications, and the target image, which are expensive and time-consuming to acquire.…

2025

Harnessing Language Model for Cross-Heterogeneity Graph Knowledge Transfer

AAAI 2025technical

Heterogeneous graphs (HGs) that contain various node and edge types are ubiquitous in real-world scenarios. Considering the common label sparsity problem in HGs, some researchers propose to pretrain on source HGs to extract general knowledge and then fine-tune on a target HG for knowledge transfer.…

2025

OptiScene: LLM-driven Indoor Scene Layout Generation via Scaled Human-aligned Data Synthesis and Multi-Stage Preference Optimization

NeurIPS 2025poster

Automatic indoor layout generation has attracted increasing attention due to its potential in interior design, virtual environment construction, and embodied AI. Existing methods fall into two categories: prompt-driven approaches that leverage proprietary LLM services (e.g., GPT APIs), and learning-…

Cited by 0SourceScholar
2024

Depth-Aware Concealed Crop Detection in Dense Agricultural Scenes

CVPR 2024poster

Concealed Object Detection (COD) aims to identify objects visually embedded in their background. Existing COD datasets and methods predominantly focus on animals or humans ignoring the agricultural domain which often contains numerous small and concealed crops with severe occlusions. In this paper w…

2024

Towards Unconstrained Collision Injury Protection Data Sets: Initial Surrogate Experiments for the Human Hand

IROS 2024

Safety for physical human-robot interaction (pHRI) is a major concern for all application domains. While current standardization for industrial robot applications provide safety constraints that address the onset of pain in blunt impacts, these impact thresholds are difficult to use on edged or poin

Cited by 8SourceScholar
2024

X-Former: Unifying Contrastive and Reconstruction Learning for MLLMs

ECCV 2024poster

"Recent advancements in Multimodal Large Language Models (MLLMs) have revolutionized the field of vision-language understanding by integrating visual perception capabilities into Large Language Models (LLMs). The prevailing trend in this field involves the utilization of a vision encoder derived fro…

Cited by 2SourcePDFScholar
2022

Towards Generic 3D Tracking in RGBD Videos: Benchmark and Baseline

ECCV 2022poster

"Tracking in 3D scenes is gaining momentum because of its numerous applications in robotics, autonomous driving, and scene understanding. Currently, 3D tracking is limited to specific model-based approaches involving point clouds, which impedes 3D trackers from applying in natural 3D scenes. RGBD se…

2022

Vision-Language Pre-Training With Triple Contrastive Learning

CVPR 2022poster

Vision-language representation learning largely benefits from image-text alignment through contrastive losses (e.g., InfoNCE loss). The success of this alignment strategy is attributed to its capability in maximizing the mutual information (MI) between an image and its matched text. However, simply…

Cited by 351PDFcodeScholar
2021

DepthTrack: Unveiling the Power of RGBD Tracking

ICCV 2021poster

RGBD (RGB plus depth) object tracking is gaining momentum as RGBD sensors have become popular in many application fields such as robotics. However, the best RGBD trackers are extensions of the state-of-the-art deep RGB trackers. They are trained with RGB data and the depth channel is used as a sidek…

Cited by 92PDFcodeScholar
2021

Exploring Robustness of Unsupervised Domain Adaptation in Semantic Segmentation

ICCV 2021poster

Recent studies imply that deep neural networks are vulnerable to adversarial examples, i.e., inputs with a slight but intentional perturbation are incorrectly classified by the network. Such vulnerability makes it risky for some security-related applications (e.g., semantic segmentation in autonomou…

Cited by 45PDFcodeScholar
2021

Hierarchical Graph Capsule Network

AAAI 2021technical

Graph Neural Networks (GNNs) draw their strength from explicitly modeling the topological information of structured data. However, existing GNNs suffer from limited capability in capturing the hierarchical graph representation which plays an important role in graph classification. In this paper, we…

2020

Label-Driven Reconstruction for Domain Adaptation in Semantic Segmentation

ECCV 2020poster

Unsupervised domain adaptation enables to alleviate the need for pixel-wise annotation in the semantic segmentation. One of the most common strategies is to translate images from the source domain to the target domain and then align their marginal distributions in the feature space using adversarial…

Cited by 113SourcePDFScholar
2020

RetroXpert: Decompose Retrosynthesis Prediction Like A Chemist

NeurIPS 2020spotlight

Retrosynthesis is the process of recursively decomposing target molecules into available building blocks. It plays an important role in solving problems in organic synthesis planning. To automate or assist in the retrosynthesis analysis, various retrosynthesis prediction algorithms have been propose…