paper-with-me

Papers

It Takes Two to Tango: Combining Visual and Textual Information for Detecting Duplicate Video-Based Bug Reports

2021-01-22 · Nathan Cooper, Carlos Bernal-Cárdenas, Oscar Chaparro, Kevin Moran, Denys Poshyvanyk

When a bug manifests in a user-facing application, it is likely to be exposed through the graphical user interface (GUI). Given the importance of visual information to the process of identifying and understanding such bugs, users are increasingly making use of screenshots and screen-recordings as a means to report issues to developers. However, when such information is reported en masse, such as during crowd-sourced testing, managing these artifacts can be a time-consuming process. As the reporting of screen-recordings in particular becomes more popular, developers are likely to face challenges related to manually identifying videos that depict duplicate bugs. Due to their graphical nature, screen-recordings present challenges for automated analysis that preclude the use of current duplicate bug report detection techniques. To overcome these challenges and aid developers in this task, this paper presents Tango, a duplicate detection technique that operates purely on video-based bug reports by leveraging both visual and textual information. Tango combines tailored computer vision techniques, optical character recognition, and text retrieval. We evaluated multiple configurations of Tango in a comprehensive empirical evaluation on 4,860 duplicate detection tasks that involved a total of 180 screen-recordings from six Android apps. Additionally, we conducted a user study investigating the effort required for developers to manually detect duplicate video-based bug reports and compared this to the effort required to use Tango. The results reveal that Tango's optimal configuration is highly effective at detecting duplicate video-based bug reports, accurately ranking target duplicate videos in the top-2 returned results in 83% of the tasks. Additionally, our user study shows that, on average, Tango can reduce developer effort by over 60%, illustrating its practicality.

📄 PDF Abstract BibTeX arXiv:2101.09194

Code (1)

ncoop57/tango 공식 구현 pytorch

Tasks

Optical Character RecognitionOptical Character Recognition (OCR)RetrievalText Retrieval

Similar Papers 제목 키워드 기반

It Takes Three to Tango: Triangulation Approach to Answer Ranking in Community Question Answering

2016-11-01 · EMNLP 2016 11 · Preslav Nakov, Llu{\'\i}s M{\`a}rquez, Francisco Guzm{\'a}n
Community Question AnsweringQuestion Answering

TangoBERT: Reducing Inference Cost by using Cascaded Architecture

2022-04-13 · Jonathan Mamou, Oren Pereg, Moshe Wasserblat, Roy Schwartz

The remarkable success of large transformer-based models such as BERT, RoBERTa and XLNet in many NLP tasks comes with a large increase in monetary and environmental cost due to their high computational load and energy co…

CPUReading ComprehensionSST-2text-classification+1

TANGO: Co-Speech Gesture Video Reenactment with Hierarchical Audio Motion Embedding and Diffusion Interpolation

2024-10-05 · Haiyang Liu, Xingchao Yang, Tomoya Akiyama, Yuantian Huang 외

We present TANGO, a framework for generating co-speech body-gesture videos. Given a few-minute, single-speaker reference video and target speech audio, TANGO produces high-fidelity videos with synchronized body gestures.…

cross-modal alignmentRetrievalvalid

Tango: Taming Visual Signals for Efficient Video Large Language Models

2026-04-10 · Shukang Yin, Sirui Zhao, Hanchao Wang, Baozhi Jia 외 arxiv

Token pruning has emerged as a mainstream approach for developing efficient Video Large Language Models (Video LLMs). This work revisits and advances the two predominant token-pruning paradigms: attention-based selection…

NeurIT: Pushing the Limit of Neural Inertial Tracking for Indoor Robotic IoT

2024-04-13 · Xinzhe Zheng, Sijie Ji, Yipeng Pan, Kaiwen Zhang 외

Inertial tracking is vital for robotic IoT and has gained popularity thanks to the ubiquity of low-cost Inertial Measurement Units (IMUs) and deep learning-powered tracking algorithms. Existing works, however, have not f…