← Search

Yang Luo

26 accepted papers

2026

A Dual-Adhesion-Enhanced Soft Gripper with Microwedge Adhesives and SMA-Driven Microspines

ICRA 2026poster

,软握把因其适应性和安全性而备受推崇,但 它们固有的柔软性常常导致在重物下抓握失败 很多。大多数增强附着力的握把依赖单一附着 针对光滑或粗糙表面量身定制的策略。蜥蜴, 但在非结构化环境中,有效导航时,通过以下方式 基于 地表状况。灵感来自混合粘附策略 壁虎和变色龙,本研究展示了一种仿生的软抓握器 它集成了微楔干胶和SMA驱动的微棘。 微楔胶提供可控的附着力,保证平滑 而SMA驱动的微棘则延伸用于粗糙表面 粘附和回放以避免干扰。优化模型为 开发目的是确定最优链路维度,提升抓取能力 性能方面,力和半径。实验结果 各种表面验证了其有效

Cited by 0SourceScholar
2026

CAMEL: Confidence-Gated Reflection for Reward Modeling

ICML 2026poster

Reward models play a fundamental role in aligning large language models with human preferences. Existing methods predominantly follow two paradigms: scalar discriminative preference models, which are efficient but lack interpretability, and generative judging models, which offer richer reasoning at …

Cited by 0SourceScholar
2026

FOCUS: Efficient Keyframe Selection for Long Video Understanding

ICLR 2026poster

Multimodal large language models (MLLMs) represent images and video frames as visual tokens. Scaling from single images to hour-long videos, however, inflates the token budget far beyond practical limits. Popular pipelines therefore either uniformly subsample or apply keyframe selection with retriev…

Cited by 0SourcecodeScholar
2026

JointScaler: A Hierarchical Multi-Indicator Distribution Forecasting Approach for Uncertainty-Aware Joint Scaling in Cloud Services

IJCAI 2026

Proactive scaling improves cloud resource efficiency by forecasting system-relevant indicators and dynamically provisioning resources to maximize utilization while satisfying quality requirements. Existing approaches forecast service indicators in isolation, ignore forecasting uncertainty, and scale

Cited by 0Scholar
2026

MUSE: Resolving Manifold Misalignment in Visual Tokenization via Topological Orthogonality

ICML 2026poster

Unified visual tokenization faces a fundamental trade-off: optimizing for high-fidelity pixel reconstruction (spatial equivariance) inherently conflicts with semantic abstraction (conceptual invariance). We identify the root cause as Manifold Misalignment, where naive joint optimization leads to con…

Cited by 0SourceScholar
2026

MajutsuCity: Language-driven Aesthetic-adaptive City Generation with Controllable 3D Assets and Layouts

CVPR 2026

Generating realistic 3D cities is fundamental to world models, virtual reality, and game development, where an ideal urban scene must satisfy both stylistic diversity, fine-grained, and controllability. However, existing methods struggle to balance the creative flexibility offered by text-based gene

Cited by 0SourcecodeScholar
2026

SGS-3D: High-Fidelity 3D Instance Segmentation via Reliable Semantic Mask Splitting and Growing

AAAI 2026technical

Accurate 3D instance segmentation is crucial for high-quality scene understanding in the 3D vision domain. However, 3D instance segmentation based on 2D-to-3D lifting approaches struggle to produce precise instance-level segmentation, due to accumulated errors introduced during the lifting process f

Cited by 0SourcePDFScholar
2025

A Dual-Adhesion-Enhanced Soft Gripper With Microwedge Adhesives and SMA-Driven Microspines

RA-L 2025

Soft grippers are highly valued for their adaptability and safety, but their inherent softness often leads to grasping failure under heavy loads. Most adhesion-enhanced grippers rely on single-adhesion strategies tailored for either smooth or rough surfaces. Lizards, however, effectively navigate in

Cited by 0SourceScholar
2025

Info-Coevolution: An Efficient Framework for Data Model Coevolution

ICML 2025poster

Machine learning relies heavily on data, yet the continuous growth of real-world data poses challenges for efficient dataset construction and training. A fundamental yet unsolved question is: given our current model and data, does a new data (sample/batch) need annotation/learning? Conventional appr…

2025

MA-RAG: Automating Role Engineering for RESTful APIs with Multi-Head Attention and Retrieval-Augmented Generation

IJCAI 2025

This paper addresses the role engineering problem for RESTful applications and proposes a role engineering method based on multi-head attention and Retrieval Augmented Generation called MA-RAG. The method first performs fine-grained control flow analysis on the system source code to extract permissi

Cited by 0SourcePDFScholar
2025

MERIT: Maximum-normalized Element-wise Ratio for Language Model Large-batch Training

ICML 2025poster

Large-batch training has become a cornerstone in accelerating the training of deep neural networks, yet it poses challenges in optimization and generalization. Existing optimizers like AdamW present performance degradation during language models' large-batch training, due to the information bottlen…

2025

SeedLoRA: A Fusion Approach to Efficient LLM Fine-Tuning

ICML 2025poster

Despite Low-Rank Adaptation (LoRA)'s popularity for fine-tuning large models, it often exhibits a noticeable performance gap compared to full fine-tuning, particularly in complex tasks such as mathematical reasoning and code generation. Motivated by this discrepancy, we propose a novel fusion approa…

Cited by 0SourcePDFScholar
2024

How Does the Textual Information Affect the Retrieval of Multimodal In-Context Learning?

EMNLP 2024main

The increase in parameter size of multimodal large language models (MLLMs) introduces significant capabilities, particularly multimodal in-context learning, where MLLMs enhance task performance without updating pre-trained parameters. However, this effectiveness hinges on the appropriate selection o…

2024

Learning to Rank Patches for Unbiased Image Redundancy Reduction

CVPR 2024poster

Images suffer from heavy spatial redundancy because pixels in neighboring regions are spatially correlated. Existing approaches strive to overcome this limitation by reducing less meaningful image regions. However current leading methods rely on supervisory signals. They may compel models to preserv…

2023

A Role Engineering Approach Based on Spectral Clustering Analysis for Restful Permissions in Cloud

ICASSP 2023accepted

With the widely application of cloud, a series of privacy challenges arise. Generally, encryption methods are used to ensure privacy, which may result in high computation and communication overheads. Access control is another fundamental and important measure to protect resources. Usually cloud comp…

Cited by 0SourceScholar
2023

CAME: Confidence-guided Adaptive Memory Efficient Optimization

ACL 2023long

Adaptive gradient methods, such as Adam and LAMB, have demonstrated excellent performance in the training of large language models. Nevertheless, the need for adaptivity requires maintaining second-moment estimates of the per-parameter gradients, which entails a high cost of extra memory overheads.…

2023

MMANet: Margin-Aware Distillation and Modality-Aware Regularization for Incomplete Multimodal Learning

CVPR 2023poster

Multimodal learning has shown great potentials in numerous scenes and attracts increasing interest recently. However, it often encounters the problem of missing modality data and thus suffers severe performance degradation in practice. To this end, we propose a general framework called MMANet to ass…

2023

Response Length Perception and Sequence Scheduling: An LLM-Empowered LLM Inference Pipeline

NeurIPS 2023poster

Large language models (LLMs) have revolutionized the field of AI, demonstrating unprecedented capacity across various tasks. However, the inference process for LLMs comes with significant computational costs. In this paper, we propose an efficient LLM inference pipeline that harnesses the power of L…

2021

An Adaptive Multi-Scale and Multi-Level Features Fusion Network with Perceptual Loss for Change Detection

ICASSP 2021accepted

Change detection plays a vital role in monitoring and analyzing temporal changes in Earth observation tasks. This paper proposes a novel adaptive multi-scale and multi-level features fusion network for change detection in very-high-resolution bi-temporal remote sensing images. The proposed approach…

Cited by 0SourceScholar