← Search

Bo Qiao

10 accepted papers

2025

GUI-Actor: Coordinate-Free Visual Grounding for GUI Agents

NeurIPS 2025poster

One of the principal challenges in building VLM-powered GUI agents is visual grounding—localizing the appropriate screen region for action execution based on both the visual content and the textual plans. Most existing work formulates this as a text-based coordinate generation task. However, these a…

Cited by 0SourceScholar
2025

UFO: A UI-Focused Agent for Windows OS Interaction

NAACL 2025long

We introduce UFO, a UI-Fcused agent designed to fulfill user requests tailored to Windows OS applications by observing and analyzing the GUI and control information of these applications. UFO utilizes a hierarchical dual-agent framework that decomposes user requests using a divide-and-conquer approa…

2024

SMuCo: Reinforcement Learning for Visual Control via Sequential Multi-view Total Correlation

UAI 2024poster

The advent of abundant image data has catalyzed the advancement of visual control in reinforcement learning (RL) systems, leveraging multiple view- points to capture the same physical states, which could enhance control performance theoretically. However, integrating multi-view data into representat…

Cited by 0SourcePDFScholar
2023

Texture-Guided Saliency Distilling for Unsupervised Salient Object Detection

CVPR 2023poster

Deep Learning-based Unsupervised Salient Object Detection (USOD) mainly relies on the noisy saliency pseudo labels that have been generated from traditional handcraft methods or pre-trained networks. To cope with the noisy labels problem, a class of methods focus on only easy samples with reliable l…

2022

Automatic Loss Function Search for Predict-Then-Optimize Problems with Strong Ranking Property

ICLR 2022poster

Combinatorial optimization problems with parameters to be predicted from side information are commonly seen in a variety of problems during the paradigm shift from reactive decision making to proactive decision making. Due to the misalignment between the continuous prediction results and the discret…

Cited by 2SourcePDFScholar
2022

T-SMOTE: Temporal-oriented Synthetic Minority Oversampling Technique for Imbalanced Time Series Classification

IJCAI 2022poster

Time series classification is a popular and important topic in machine learning, and it suffers from the class imbalance problem in many real-world applications. In this paper, to address the class imbalance problem, we propose a novel and practical oversampling method named T-SMOTE, which can make…

Cited by 26SourcePDFScholar
2021

Correlation-Aware Heuristic Search for Intelligent Virtual Machine Provisioning in Cloud Systems

AAAI 2021technical

The optimization of resource is crucial for the operation of public cloud systems such as Microsoft Azure, as well as servers dedicated to the workloads of large customers such as Microsoft 365. Those optimization tasks often need to take unknown parameters into consideration and can be formulated a…

2021

PULNS: Positive-Unlabeled Learning with Effective Negative Sample Selector

AAAI 2021technical

Positive-unlabeled learning (PU learning) is an important case of binary classification where the training data only contains positive and unlabeled samples. The current state-of-the-art approach for PU learning is the cost-sensitive approach, which casts PU learning as a cost-sensitive classificati…

2021

Predictive Job Scheduling under Uncertain Constraints in Cloud Computing

IJCAI 2021poster

Capacity management has always been a great challenge for cloud platforms due to massive, heterogeneous on-demand instances running at different times. To better plan the capacity for the whole platform, a class of cloud computing instances have been released to collect computing demands beforehand.…

Cited by 7SourcePDFScholar
2020

Intelligent Virtual Machine Provisioning in Cloud Computing

IJCAI 2020poster

Virtual machine (VM) provisioning is a common and critical problem in cloud computing. In industrial cloud platforms, there are a huge number of VMs provisioned per day. Due to the complexity and resource constraints, it needs to be carefully optimized to make cloud platforms effectively utilize the…