← Search

Qinying Gu

16 accepted papers

2026

Anchor-Final Self-Supervision Drives Hallucination-Aware Optimization in Large Vision-Language Models

ICML 2026poster

Hallucinations in large vision-language models (LVLMs) remain a critical challenge, with models often generate tokens that fail to align with visual evidence. To address this issue, we propose AFS: Anchor-Final Self-Supervision, a novel framework for hallucination-aware optimization in LVLMs. By lev…

Cited by 0SourceScholar
2026

LABO: LLM-Accelerated Bayesian Optimization through Broad Exploration and Selective Experimentation

ICML 2026poster

The high cost and data scarcity in scientific exploration have motivated the use of large language models (LLMs) as knowledge-driven components in Bayesian optimization (BO). However, existing approaches typically embed LLMs directly into the sampling or surrogate modeling pipeline, without fully le…

Cited by 0SourceScholar
2026

Logit-Attention Divergence: Mitigating Position Bias in Multi-Image Retrieval via Attention-Guided Calibration

ICML 2026poster

Multimodal Large Language Models (MLLMs) have shown strong performance in multi-image cross-modal retrieval, yet suffer from severe position bias, where predictions are dominated by input order rather than semantic relevance. Through empirical analysis, we identify a phenomenon termed Logit-Attentio…

Cited by 0SourceScholar
2026

SCE-Depth: A Spherical Compound Eye Framework for Wide FOV Depth Estimation

CVPR 2026

Accurate depth estimation in wide field is highly desired in applications of autonomous driving, robot vision and drone controls. Biological compound eyes inspire wide Field of View (FOV) depth estimation, yet their artificial implementations face the challenge of modality misalignment. Specifically

Cited by 0SourcecodeScholar
2026

SPUR: Scale-Partitioned Uncertainty Rectification for Robust UAV-on-UAV Interception

ICML 2026poster

Robust aerial target detection for autonomous UAV-on-UAV pursuit is severely hindered by continuous scale drift, long-tailed scale imbalance, and flight-induced visual noise, rendering standard empirical risk minimization strategies poorly aligned with real-world deployment. To address these challen…

Cited by 0SourceScholar
2026

Unleashing LLMs in Bayesian Optimization: Preference-Guided Framework for Scientific Discovery

ICLR 2026poster

Scientific discovery is increasingly constrained by costly experiments and limited budgets, making efficient optimization essential for AI for science. Bayesian Optimization (BO), while widely adopted for balancing exploration and exploitation, suffers from slow cold-start performance and poor scala…

Cited by 0SourceScholar
2025

$\Delta \mathrm{Energy}$: Optimizing Energy Change During Vision-Language Alignment Improves both OOD Detection and OOD Generalization

NeurIPS 2025poster

Recent approaches for vision-language models (VLMs) have shown remarkable success in achieving fast downstream adaptation. When applied to real-world downstream tasks, VLMs inevitably encounter both the in-distribution (ID) data and out-of-distribution (OOD) data. The OOD datasets often include bot…

Cited by 0SourceScholar
2025

Enhancing Nursing and Elderly Care with Large Language Models: An AI-Driven Framework

COLING 2025main

This paper explores the application of large language models (LLMs) in nursing and elderly care, focusing on AI-driven patient monitoring and interaction. We introduce a novel Chinese nursing dataset and implement incremental pre-training (IPT) and supervised fine-tuning (SFT) techniques to enhance…

Cited by 2SourcePDFScholar
2025

Generalizable Multi-Camera 3D Object Detection from a Single Source via Fourier Cross-View Learning

ICML 2025poster

Improving the generalization of multi-camera 3D object detection is essential for safe autonomous driving in the real world. In this paper, we consider a realistic yet more challenging scenario, which aims to improve the generalization when only single source data available for training, as gatherin…

Cited by 0SourcePDFScholar
2025

Less is More: Masking Elements in Image Condition Features Avoids Content Leakages in Style Transfer Diffusion Models

ICLR 2025poster

Given a style-reference image as the additional image condition, text-to-image diffusion models have demonstrated impressive capabilities in generating images that possess the content of text prompts while adopting the visual style of the reference image. However, current state-of-the-art methods of…

2025

Less is More: an Attention-free Sequence Prediction Modeling for Offline Embodied Learning

NeurIPS 2025poster

Offline reinforcement learning (offline RL) is increasingly approached as a sequence modeling task, with methods leveraging advanced architectures like Transformers to capture trajectory dependencies. Despite significant progress, the mechanisms underlying their effectiveness and limitations remain…

Cited by 0SourcecodeScholar
2025

OODD: Test-time Out-of-Distribution Detection with Dynamic Dictionary

CVPR 2025poster

Out-of-distribution (OOD) detection remains challenging for deep learning models, particularly when test-time OOD samples differ significantly from training outliers. We propose OODD, a novel test-time OOD detection method that dynamically maintains and updates an OOD dictionary without fine-tuning.…

2024

CRoFT: Robust Fine-Tuning with Concurrent Optimization for OOD Generalization and Open-Set OOD Detection

ICML 2024poster

Recent vision-language pre-trained models (VL-PTMs) have shown remarkable success in open-vocabulary tasks. However, downstream use cases often involve further fine-tuning of VL-PTMs, which may distort their general knowledge and impair their ability to handle distribution shifts. In real-world scen…

2024

Domain Invariant Learning for Gaussian Processes and Bayesian Exploration

AAAI 2024technical

Out-of-distribution (OOD) generalization has long been a challenging problem that remains largely unsolved. Gaussian processes (GP), as popular probabilistic model classes, especially in the small data regime, presume strong OOD generalization abilities. Surprisingly, their OOD generalization abilit…

2024

MiniConGTS: A Near Ultimate Minimalist Contrastive Grid Tagging Scheme for Aspect Sentiment Triplet Extraction

EMNLP 2024main

Aspect Sentiment Triplet Extraction (ASTE) aims to co-extract the sentiment triplets in a given corpus. Existing approaches within the pretraining-finetuning paradigm tend to either meticulously craft complex tagging schemes and classification heads, or incorporate external semantic augmentation to…