Skip to main content

Showing 1–50 of 103 results for author: Chang, R

  1. arXiv:2407.11625  [pdf, other

    cs.CV cs.GR cs.HC

    Beware of Validation by Eye: Visual Validation of Linear Trends in Scatterplots

    Authors: Daniel Braun, Remco Chang, Michael Gleicher, Tatiana von Landesberger

    Abstract: Visual validation of regression models in scatterplots is a common practice for assessing model quality, yet its efficacy remains unquantified. We conducted two empirical experiments to investigate individuals' ability to visually validate linear regression models (linear trends) and to examine the impact of common visualization designs on validation quality. The first experiment showed that the l… ▽ More

    Submitted 16 July, 2024; originally announced July 2024.

    Comments: Preprint and Author Version of a Full Paper, accepted to the 2024 IEEE Visualization Conference (VIS)

  2. arXiv:2407.06404  [pdf, other

    cs.HC

    Design-Specific Transformations in Visualization

    Authors: Eugene Wu, Remco Chang

    Abstract: In visualization, the process of transforming raw data into visually comprehensible representations is pivotal. While existing models like the Information Visualization Reference Model describe the data-to-visual mapping process, they often overlook a crucial intermediary step: design-specific transformations. This process, occurring after data transformation but before visual-data mapping, furthe… ▽ More

    Submitted 8 July, 2024; originally announced July 2024.

  3. arXiv:2405.13226  [pdf, other

    cs.CL cs.LG

    Dataset Decomposition: Faster LLM Training with Variable Sequence Length Curriculum

    Authors: Hadi Pouransari, Chun-Liang Li, Jen-Hao Rick Chang, Pavan Kumar Anasosalu Vasu, Cem Koc, Vaishaal Shankar, Oncel Tuzel

    Abstract: Large language models (LLMs) are commonly trained on datasets consisting of fixed-length token sequences. These datasets are created by randomly concatenating documents of various lengths and then chunking them into sequences of a predetermined target length. However, this method of concatenation can lead to cross-document attention within a sequence, which is neither a desirable learning signal n… ▽ More

    Submitted 21 May, 2024; originally announced May 2024.

  4. arXiv:2404.08812  [pdf, other

    cs.HC

    A Typology of Decision-Making Tasks for Visualization

    Authors: Camelia D. Brumar, Sam Molnar, Gabriel Appleby, Kristi Potter, Remco Chang

    Abstract: Despite decision-making being a vital goal of data visualization, little work has been done to differentiate the decision-making tasks within our field. While visualization task taxonomies and typologies exist, they are often too granular for describing complex decision goals and decision-making processes, thus limiting their potential use in designing decision-support tools. In this paper, we con… ▽ More

    Submitted 22 April, 2024; v1 submitted 12 April, 2024; originally announced April 2024.

  5. arXiv:2404.07386  [pdf, other

    cs.HC

    DimBridge: Interactive Explanation of Visual Patterns in Dimensionality Reductions with Predicate Logic

    Authors: Brian Montambault, Gabriel Appleby, Jen Rogers, Camelia D. Brumar, Mingwei Li, Remco Chang

    Abstract: Dimensionality reduction techniques are widely used for visualizing high-dimensional data. However, support for interpreting patterns of dimension reduction results in the context of the original data space is often insufficient. Consequently, users may struggle to extract insights from the projections. In this paper, we introduce DimBridge, a visual analytics tool that allows users to interact wi… ▽ More

    Submitted 12 April, 2024; v1 submitted 10 April, 2024; originally announced April 2024.

  6. Preliminary Guidelines For Combining Data Integration and Visual Data Analysis

    Authors: Adam Coscia, Ashley Suh, Remco Chang, Alex Endert

    Abstract: Data integration is often performed to consolidate information from multiple disparate data sources during visual data analysis. However, integration operations are usually separate from visual analytics operations such as encode and filter in both interface design and empirical research. We conducted a preliminary user study to investigate whether and how data integration should be incorporated d… ▽ More

    Submitted 7 March, 2024; originally announced March 2024.

    Comments: Accepted to IEEE TVCG. 13 pages, 5 figures. For a study breakdown video, see https://youtu.be/NzVxHn-OpqQ . The source code, data and analysis are available at https://github.com/AdamCoscia/Integration-Guidelines-VA

  7. arXiv:2402.01680  [pdf, other

    cs.CL cs.AI cs.MA

    Large Language Model based Multi-Agents: A Survey of Progress and Challenges

    Authors: Taicheng Guo, Xiuying Chen, Yaqi Wang, Ruidi Chang, Shichao Pei, Nitesh V. Chawla, Olaf Wiest, Xiangliang Zhang

    Abstract: Large Language Models (LLMs) have achieved remarkable success across a wide array of tasks. Due to the impressive planning and reasoning abilities of LLMs, they have been used as autonomous agents to do many tasks automatically. Recently, based on the development of using one LLM as a single planning or decision-making agent, LLM-based multi-agent systems have achieved considerable progress in com… ▽ More

    Submitted 18 April, 2024; v1 submitted 21 January, 2024; originally announced February 2024.

    Comments: This work is ongoing and we welcome your contribution!

  8. Ambush from All Sides: Understanding Security Threats in Open-Source Software CI/CD Pipelines

    Authors: Ziyue Pan, Wenbo Shen, Xingkai Wang, Yutian Yang, Rui Chang, Yao Liu, Chengwei Liu, Yang Liu, Kui Ren

    Abstract: The continuous integration and continuous deployment (CI/CD) pipelines are widely adopted on Internet hosting platforms, such as GitHub. With the popularity, the CI/CD pipeline faces various security threats. However, current CI/CD pipelines suffer from malicious code and severe vulnerabilities. Even worse, people have not been fully aware of its attack surfaces and the corresponding impacts. Th… ▽ More

    Submitted 31 January, 2024; originally announced January 2024.

    Journal ref: IEEE Transactions on Dependable and Secure Computing (Volume: 21, Issue: 1, Jan.-Feb. 2024)

  9. arXiv:2401.11095  [pdf, other

    cs.HC cs.SD eess.AS

    SoundShift: Exploring Sound Manipulations for Accessible Mixed-Reality Awareness

    Authors: Ruei-Che Chang, Chia-Sheng Hung, Bing-Yu Chen, Dhruv Jain, Anhong Guo

    Abstract: Mixed-reality (MR) soundscapes blend real-world sound with virtual audio from hearing devices, presenting intricate auditory information that is hard to discern and differentiate. This is particularly challenging for blind or visually impaired individuals, who rely on sounds and descriptions in their everyday lives. To understand how complex audio information is consumed, we analyzed online forum… ▽ More

    Submitted 26 May, 2024; v1 submitted 19 January, 2024; originally announced January 2024.

    Comments: DIS 2024

  10. ModuleGuard:Understanding and Detecting Module Conflicts in Python Ecosystem

    Authors: Ruofan Zhu, Xingyu Wang, Chengwei Liu, Zhengzi Xu, Wenbo Shen, Rui Chang, Yang Liu

    Abstract: Python has become one of the most popular programming languages for software development due to its simplicity, readability, and versatility. As the Python ecosystem grows, developers face increasing challenges in avoiding module conflicts, which occur when different packages have the same namespace modules. Unfortunately, existing work has neither investigated the module conflict comprehensively… ▽ More

    Submitted 4 January, 2024; originally announced January 2024.

    Comments: The paper was accepted by ICSE24

    MSC Class: 65-04 ACM Class: D.2; K.6.3

  11. arXiv:2312.07623  [pdf

    cs.CV

    Supervised Contrastive Learning for Fine-grained Chromosome Recognition

    Authors: Ruijia Chang, Suncheng Xiang, Chengyu Zhou, Kui Su, Dahong Qian, Jun Wang

    Abstract: Chromosome recognition is an essential task in karyotyping, which plays a vital role in birth defect diagnosis and biomedical research. However, existing classification methods face significant challenges due to the inter-class similarity and intra-class variation of chromosomes. To address this issue, we propose a supervised contrastive learning strategy that is tailored to train model-agnostic d… ▽ More

    Submitted 12 December, 2023; originally announced December 2023.

  12. arXiv:2311.18168  [pdf, other

    cs.CV cs.LG eess.AS

    Probabilistic Speech-Driven 3D Facial Motion Synthesis: New Benchmarks, Methods, and Applications

    Authors: Karren D. Yang, Anurag Ranjan, Jen-Hao Rick Chang, Raviteja Vemulapalli, Oncel Tuzel

    Abstract: We consider the task of animating 3D facial geometry from speech signal. Existing works are primarily deterministic, focusing on learning a one-to-one mapping from speech signal to 3D face meshes on small datasets with limited speakers. While these models can achieve high-quality lip articulation for speakers in the training set, they are unable to capture the full and diverse distribution of 3D f… ▽ More

    Submitted 29 November, 2023; originally announced November 2023.

  13. arXiv:2311.17910  [pdf, other

    cs.CV cs.GR

    HUGS: Human Gaussian Splats

    Authors: Muhammed Kocabas, Jen-Hao Rick Chang, James Gabriel, Oncel Tuzel, Anurag Ranjan

    Abstract: Recent advances in neural rendering have improved both training and rendering times by orders of magnitude. While these methods demonstrate state-of-the-art quality and speed, they are designed for photogrammetry of static scenes and do not generalize well to freely moving humans in the environment. In this work, we introduce Human Gaussian Splats (HUGS) that represents an animatable human togethe… ▽ More

    Submitted 29 November, 2023; originally announced November 2023.

  14. arXiv:2311.16831  [pdf, other

    cs.CY

    Tracking a Year of Polarized Twitter Discourse on Abortion

    Authors: Ashwin Rao, Rong-Ching Chang, Qiankun Zhong, Kristina Lerman, Magdalena Wojcieszak

    Abstract: Abortion is one of the most contentious issues in American politics. The Dobbs v. Jackson Women's Health Organization ruling in 2022, which shifted the authority to regulate abortion from the federal government to the states, triggering intense protests and emotional debates across the nation. Yet, little is known about how online discourse about abortion rights fluctuated on social media platform… ▽ More

    Submitted 28 November, 2023; originally announced November 2023.

  15. arXiv:2310.17186  [pdf, other

    cs.SE

    Demystifying Compiler Unstable Feature Usage and Impacts in the Rust Ecosystem

    Authors: Chenghao Li, Yifei Wu, Wenbo Shen, Zichen Zhao, Rui Chang, Chengwei Liu, Yang Liu, Kui Ren

    Abstract: Rust programming language is gaining popularity rapidly in building reliable and secure systems due to its security guarantees and outstanding performance. To provide extra functionalities, the Rust compiler introduces Rust unstable features (RUF) to extend compiler functionality, syntax, and standard library support. However, these features are unstable and may get removed, introducing compilatio… ▽ More

    Submitted 26 October, 2023; originally announced October 2023.

    Comments: Published in ICSE'2024 Conference: https://conf.researchr.org/details/icse-2024/icse-2024-research-track/6/Demystifying-Compiler-Unstable-Feature-Usage-and-Impacts-in-the-Rust-Ecosystem. Project webiste: https://sites.google.com/view/ruf-study/home. Released Source Code Zonodo: https://zenodo.org/records/8289375

  16. arXiv:2310.15130  [pdf, other

    cs.SD cs.CV eess.AS

    Novel-View Acoustic Synthesis from 3D Reconstructed Rooms

    Authors: Byeongjoo Ahn, Karren Yang, Brian Hamilton, Jonathan Sheaffer, Anurag Ranjan, Miguel Sarabia, Oncel Tuzel, Jen-Hao Rick Chang

    Abstract: We investigate the benefit of combining blind audio recordings with 3D scene information for novel-view acoustic synthesis. Given audio recordings from 2-4 microphones and the 3D geometry and material of a scene containing multiple unknown sound sources, we estimate the sound anywhere in the scene. We identify the main challenges of novel-view acoustic synthesis as sound source localization, separ… ▽ More

    Submitted 23 October, 2023; originally announced October 2023.

  17. arXiv:2310.11562  [pdf, other

    cs.HC

    RekomGNN: Visualizing, Contextualizing and Evaluating Graph Neural Networks Recommendations

    Authors: Camelia D. Brumar, Gabriel Appleby, Jen Rogers, Teddy Matinde, Lara Thompson, Remco Chang, Anamaria Crisan

    Abstract: Content recommendation tasks increasingly use Graph Neural Networks, but it remains challenging for machine learning experts to assess the quality of their outputs. Visualization systems for GNNs that could support this interrogation are few. Moreover, those that do exist focus primarily on exposing GNN architectures for tuning and prediction tasks and do not address the challenges of recommendati… ▽ More

    Submitted 17 October, 2023; originally announced October 2023.

  18. arXiv:2310.03015  [pdf, other

    cs.CV

    Efficient-3DiM: Learning a Generalizable Single-image Novel-view Synthesizer in One Day

    Authors: Yifan Jiang, Hao Tang, Jen-Hao Rick Chang, Liangchen Song, Zhangyang Wang, Liangliang Cao

    Abstract: The task of novel view synthesis aims to generate unseen perspectives of an object or scene from a limited set of input images. Nevertheless, synthesizing novel views from a single image still remains a significant challenge in the realm of computer vision. Previous approaches tackle this problem by adopting mesh prediction, multi-plain image construction, or more advanced techniques such as neura… ▽ More

    Submitted 4 October, 2023; originally announced October 2023.

  19. arXiv:2309.13335  [pdf, other

    cs.IR

    Model-enhanced Vector Index

    Authors: Hailin Zhang, Yujing Wang, Qi Chen, Ruiheng Chang, Ting Zhang, Ziming Miao, Yingyan Hou, Yang Ding, Xupeng Miao, Haonan Wang, Bochen Pang, Yuefeng Zhan, Hao Sun, Weiwei Deng, Qi Zhang, Fan Yang, Xing Xie, Mao Yang, Bin Cui

    Abstract: Embedding-based retrieval methods construct vector indices to search for document representations that are most similar to the query representations. They are widely used in document retrieval due to low latency and decent recall performance. Recent research indicates that deep retrieval solutions offer better model quality, but are hindered by unacceptable serving latency and the inability to sup… ▽ More

    Submitted 9 November, 2023; v1 submitted 23 September, 2023; originally announced September 2023.

  20. arXiv:2309.10707  [pdf, other

    eess.AS cs.CL cs.LG cs.SD

    Corpus Synthesis for Zero-shot ASR domain Adaptation using Large Language Models

    Authors: Hsuan Su, Ting-Yao Hu, Hema Swetha Koppula, Raviteja Vemulapalli, Jen-Hao Rick Chang, Karren Yang, Gautam Varma Mantena, Oncel Tuzel

    Abstract: While Automatic Speech Recognition (ASR) systems are widely used in many real-world applications, they often do not generalize well to new domains and need to be finetuned on data from these domains. However, target-domain data usually are not readily available in many scenarios. In this paper, we propose a new strategy for adapting ASR models to new target domains without any text or speech from… ▽ More

    Submitted 18 September, 2023; originally announced September 2023.

  21. arXiv:2308.15046  [pdf, other

    cs.CR cs.SE

    A Closer Look at the Security Risks in the Rust Ecosystem

    Authors: Xiaoye Zheng, Zhiyuan Wan, Yun Zhang, Rui Chang, David Lo

    Abstract: Rust is an emerging programming language designed for the development of systems software. To facilitate the reuse of Rust code, crates.io, as a central package registry of the Rust ecosystem, hosts thousands of third-party Rust packages. The openness of crates.io enables the growth of the Rust ecosystem but comes with security risks by severe security advisories. Although Rust guarantees a softwa… ▽ More

    Submitted 29 August, 2023; originally announced August 2023.

    Comments: preprint of accepted TOSEM paper

  22. arXiv:2308.10790  [pdf

    eess.IV cs.CV

    Extraction of Text from Optic Nerve Optical Coherence Tomography Reports

    Authors: Iyad Majid, Youchen Victor Zhang, Robert Chang, Sophia Y. Wang

    Abstract: Purpose: The purpose of this study was to develop and evaluate rule-based algorithms to enhance the extraction of text data, including retinal nerve fiber layer (RNFL) values and other ganglion cell count (GCC) data, from Zeiss Cirrus optical coherence tomography (OCT) scan reports. Methods: DICOM files that contained encapsulated PDF reports with RNFL or Ganglion Cell in their document titles wer… ▽ More

    Submitted 21 August, 2023; originally announced August 2023.

  23. arXiv:2308.03027  [pdf, other

    cs.LG cs.CV eess.SP

    Causal Disentanglement Hidden Markov Model for Fault Diagnosis

    Authors: Rihao Chang, Yongtao Ma, Weizhi Nie, Jie Nie, An-an Liu

    Abstract: In modern industries, fault diagnosis has been widely applied with the goal of realizing predictive maintenance. The key issue for the fault diagnosis system is to extract representative characteristics of the fault signal and then accurately predict the fault type. In this paper, we propose a Causal Disentanglement Hidden Markov model (CDHM) to learn the causality in the bearing fault mechanism a… ▽ More

    Submitted 6 August, 2023; originally announced August 2023.

  24. Visual Validation versus Visual Estimation: A Study on the Average Value in Scatterplots

    Authors: Daniel Braun, Ashley Suh, Remco Chang, Michael Gleicher, Tatiana von Landesberger

    Abstract: We investigate the ability of individuals to visually validate statistical models in terms of their fit to the data. While visual model estimation has been studied extensively, visual model validation remains under-investigated. It is unknown how well people are able to visually validate models, and how their performance compares to visual and computational estimation. As a starting point, we cond… ▽ More

    Submitted 2 January, 2024; v1 submitted 18 July, 2023; originally announced July 2023.

    Comments: Preprint and Author Version of a Short Paper, accepted to the 2023 IEEE Visualization Conference (VIS)

  25. arXiv:2307.07711  [pdf, ps, other

    cs.DS

    Sandpile Prediction on Undirected Graphs

    Authors: Ruinian Chang, Jingbang Chen, Ian Munro, Richard Peng, Qingyu Shi, Zeyu Zheng

    Abstract: The $\textit{Abelian Sandpile}$ model is a well-known model used in exploring $\textit{self-organized criticality}$. Despite a large amount of work on other aspects of sandpiles, there have been limited results in efficiently computing the terminal state, known as the $\textit{sandpile prediction}$ problem. On graphs with special structures, we present algorithms that compute the terminal config… ▽ More

    Submitted 5 April, 2024; v1 submitted 15 July, 2023; originally announced July 2023.

    Comments: 68 pages, submitted to FOCS24

  26. arXiv:2304.12390  [pdf, other

    cs.CV cs.GR

    Pointersect: Neural Rendering with Cloud-Ray Intersection

    Authors: Jen-Hao Rick Chang, Wei-Yu Chen, Anurag Ranjan, Kwang Moo Yi, Oncel Tuzel

    Abstract: We propose a novel method that renders point clouds as if they are surfaces. The proposed method is differentiable and requires no scene-specific optimization. This unique capability enables, out-of-the-box, surface normal estimation, rendering room-scale point clouds, inverse rendering, and ray tracing with global illumination. Unlike existing work that focuses on converting point clouds to other… ▽ More

    Submitted 24 April, 2023; originally announced April 2023.

    Comments: CVPR 2023

  27. Knowledge Graphs in Practice: Characterizing their Users, Challenges, and Visualization Opportunities

    Authors: Harry Li, Gabriel Appleby, Camelia Daniela Brumar, Remco Chang, Ashley Suh

    Abstract: This study presents insights from interviews with nineteen Knowledge Graph (KG) practitioners who work in both enterprise and academic settings on a wide variety of use cases. Through this study, we identify critical challenges experienced by KG practitioners when creating, exploring, and analyzing KGs that could be alleviated through visualization design. Our findings reveal three major personas… ▽ More

    Submitted 18 June, 2024; v1 submitted 3 April, 2023; originally announced April 2023.

    Journal ref: IEEE Transactions on Visualization and Computer Graphics, vol. 30, no. 1, pp. 584-594, Jan. 2024

  28. arXiv:2303.15437  [pdf, other

    cs.CV

    FaceLit: Neural 3D Relightable Faces

    Authors: Anurag Ranjan, Kwang Moo Yi, Jen-Hao Rick Chang, Oncel Tuzel

    Abstract: We propose a generative framework, FaceLit, capable of generating a 3D face that can be rendered at various user-defined lighting conditions and views, learned purely from 2D images in-the-wild without any manual annotation. Unlike existing works that require careful capture setup or human labor, we rely on off-the-shelf pose and illumination estimators. With these estimates, we incorporate the Ph… ▽ More

    Submitted 27 March, 2023; originally announced March 2023.

    Comments: CVPR 2023

  29. arXiv:2303.14885  [pdf, other

    eess.AS cs.LG cs.SD

    Text is All You Need: Personalizing ASR Models using Controllable Speech Synthesis

    Authors: Karren Yang, Ting-Yao Hu, Jen-Hao Rick Chang, Hema Swetha Koppula, Oncel Tuzel

    Abstract: Adapting generic speech recognition models to specific individuals is a challenging problem due to the scarcity of personalized data. Recent works have proposed boosting the amount of training data using personalized text-to-speech synthesis. Here, we ask two fundamental questions about this strategy: when is synthetic data effective for personalization, and why is it effective in those cases? To… ▽ More

    Submitted 26 March, 2023; originally announced March 2023.

    Comments: ICASSP 2023

  30. arXiv:2303.13002  [pdf, other

    cs.LG cs.AI cs.RO

    Planning Goals for Exploration

    Authors: Edward S. Hu, Richard Chang, Oleh Rybkin, Dinesh Jayaraman

    Abstract: Dropped into an unknown environment, what should an agent do to quickly learn about the environment and how to accomplish diverse tasks within it? We address this question within the goal-conditioned reinforcement learning paradigm, by identifying how the agent should set its goals at training time to maximize exploration. We propose "Planning Exploratory Goals" (PEG), a method that sets goals for… ▽ More

    Submitted 22 March, 2023; originally announced March 2023.

    Comments: Camera Ready version for ICLR2023 Spotlight

  31. arXiv:2303.06257  [pdf, other

    cs.HC

    A Problem Space for Designing Visualizations

    Authors: Michael Gleicher, Maria Riveiro, Tatiana von Landesberger, Oliver Deussen, Remco Chang, Christina Gillman

    Abstract: Visualization researchers and visualization professionals seek appropriate abstractions of visualization requirements that permit considering visualization solutions independently from specific problems. Abstractions can help us design, analyze, organize, and evaluate the things we create. The literature has many task structures (taxonomies, typologies, etc.), design spaces, and related ``framewor… ▽ More

    Submitted 14 March, 2023; v1 submitted 10 March, 2023; originally announced March 2023.

    Comments: Author's submitted version. An article with the same content was approved for publication by the Visualization Viewpoints Department of IEEE Computer Graphics and Applications magazine

  32. arXiv:2303.05745  [pdf, other

    eess.IV cs.CV

    Multi-site, Multi-domain Airway Tree Modeling (ATM'22): A Public Benchmark for Pulmonary Airway Segmentation

    Authors: Minghui Zhang, Yangqian Wu, Hanxiao Zhang, Yulei Qin, Hao Zheng, Wen Tang, Corey Arnold, Chenhao Pei, Pengxin Yu, Yang Nan, Guang Yang, Simon Walsh, Dominic C. Marshall, Matthieu Komorowski, Puyang Wang, Dazhou Guo, Dakai Jin, Ya'nan Wu, Shuiqing Zhao, Runsheng Chang, Boyu Zhang, Xing Lv, Abdul Qayyum, Moona Mazher, Qi Su , et al. (11 additional authors not shown)

    Abstract: Open international challenges are becoming the de facto standard for assessing computer vision and image analysis algorithms. In recent years, new methods have extended the reach of pulmonary airway segmentation that is closer to the limit of image resolution. Since EXACT'09 pulmonary airway segmentation, limited effort has been directed to quantitative comparison of newly emerged algorithms drive… ▽ More

    Submitted 27 June, 2023; v1 submitted 10 March, 2023; originally announced March 2023.

    Comments: 32 pages, 16 figures. Homepage: https://atm22.grand-challenge.org/. Submitted

  33. arXiv:2302.01439  [pdf, other

    cs.CY cs.SI

    #RoeOverturned: Twitter Dataset on the Abortion Rights Controversy

    Authors: Rong-Ching Chang, Ashwin Rao, Qiankun Zhong, Magdalena Wojcieszak, Kristina Lerman

    Abstract: On June 24, 2022, the United States Supreme Court overturned landmark rulings made in its 1973 verdict in Roe v. Wade. The justices by way of a majority vote in Dobbs v. Jackson Women's Health Organization, decided that abortion wasn't a constitutional right and returned the issue of abortion to the elected representatives. This decision triggered multiple protests and debates across the US, espec… ▽ More

    Submitted 2 February, 2023; originally announced February 2023.

    Comments: 9 pages, 5 figures

  34. arXiv:2212.07651  [pdf, other

    eess.IV cs.CV cs.LG

    Two-stage Contextual Transformer-based Convolutional Neural Network for Airway Extraction from CT Images

    Authors: Yanan Wu, Shuiqing Zhao, Shouliang Qi, Jie Feng, Haowen Pang, Runsheng Chang, Long Bai, Mengqi Li, Shuyue Xia, Wei Qian, Hongliang Ren

    Abstract: Accurate airway extraction from computed tomography (CT) images is a critical step for planning navigation bronchoscopy and quantitative assessment of airway-related chronic obstructive pulmonary disease (COPD). The existing methods are challenging to sufficiently segment the airway, especially the high-generation airway, with the constraint of the limited label and cannot meet the clinical use in… ▽ More

    Submitted 15 December, 2022; originally announced December 2022.

  35. arXiv:2212.02057  [pdf, other

    cs.CV cs.AI eess.IV

    DA-CIL: Towards Domain Adaptive Class-Incremental 3D Object Detection

    Authors: Ziyuan Zhao, Mingxi Xu, Peisheng Qian, Ramanpreet Singh Pahwa, Richard Chang

    Abstract: Deep learning has achieved notable success in 3D object detection with the advent of large-scale point cloud datasets. However, severe performance degradation in the past trained classes, i.e., catastrophic forgetting, still remains a critical issue for real-world deployment when the number of classes is unknown or may vary. Moreover, existing 3D class-incremental detection methods are developed f… ▽ More

    Submitted 5 December, 2022; originally announced December 2022.

    Comments: Accepted by the 33rd British Machine Vision Conference (BMVC 2022)

    Journal ref: 33rd British Machine Vision Conference 2022, BMVC 2022, London, UK, November 21-24, 2022. BMVA Press, 2022. URL https://bmvc2022.mpi-inf.mpg.de/0916.pdf

  36. arXiv:2212.00339  [pdf, other

    cs.CL cs.CY

    Anger Breeds Controversy: Analyzing Controversy and Emotions on Reddit

    Authors: Kai Chen, Zihao He, Rong-Ching Chang, Jonathan May, Kristina Lerman

    Abstract: Emotions play an important role in interpersonal interactions and social conflict, yet their function in the development of controversy and disagreement in online conversations has not been explored. To address this gap, we study controversy on Reddit, a popular network of online discussion forums. We collect discussions from a wide variety of topical forums and use emotion detection to recognize… ▽ More

    Submitted 1 December, 2022; originally announced December 2022.

  37. arXiv:2211.00567  [pdf, other

    cs.HC

    Analysis Without Data: Teaching Students to Tackle the VAST Challenge

    Authors: Edward W He, Daniel Tolessa, Ashley Suh, Remco Chang

    Abstract: The VAST Challenges have been shown to be an effective tool in visual analytics education, encouraging student learning while enforcing good visualization design and development practices. However, research has observed that students often struggle at identifying a good "starting point" when tackling the VAST Challenge. Consequently, students who could not identify a good starting point failed at… ▽ More

    Submitted 1 November, 2022; originally announced November 2022.

    Comments: IEEE Workshop on Visualization Guidelines in Research, Design, and Education (VisGuides)

  38. arXiv:2210.15136  [pdf, ps, other

    cs.CV

    3D Shape Knowledge Graph for Cross-domain 3D Shape Retrieval

    Authors: Rihao Chang, Yongtao Ma, Tong Hao, Weizhi Nie

    Abstract: The surge in 3D modeling has led to a pronounced research emphasis on the field of 3D shape retrieval. Numerous contemporary approaches have been put forth to tackle this intricate challenge. Nevertheless, effectively addressing the intricacies of cross-modal 3D shape retrieval remains a formidable undertaking, owing to inherent modality-based disparities. This study presents an innovative notion,… ▽ More

    Submitted 21 December, 2023; v1 submitted 26 October, 2022; originally announced October 2022.

  39. arXiv:2209.07936  [pdf, other

    cs.CR cs.AR

    PA-Boot: A Formally Verified Authentication Protocol for Multiprocessor Secure Boot

    Authors: Zhuoruo Zhang, Chenyang Yu, Rui Chang, Mingshuai Chen, Bo Feng, He Huang, Qinming Dai, Wenbo Shen, Yongwang Zhao

    Abstract: Hardware supply-chain attacks are raising significant security threats to the boot process of multiprocessor systems. This paper identifies a new, prevalent hardware supply-chain attack surface that can bypass multiprocessor secure boot due to the absence of processor-authentication mechanisms. To defend against such attacks, we present PA-Boot, the first formally verified processor-authentication… ▽ More

    Submitted 24 April, 2024; v1 submitted 16 September, 2022; originally announced September 2022.

  40. arXiv:2208.05144  [pdf

    cs.LG stat.ML

    Machine Learning-based EEG Applications and Markets

    Authors: Weiqing Gu, Bohan Yang, Ryan Chang

    Abstract: This paper addresses both the various EEG applications and the current EEG market ecosystem propelled by machine learning. Increasingly available open medical and health datasets using EEG encourage data-driven research with a promise of improving neurology for patient care through knowledge discovery and machine learning data science algorithm development. This effort leads to various kinds of EE… ▽ More

    Submitted 10 August, 2022; originally announced August 2022.

    Comments: 35 pages

  41. arXiv:2208.01632  [pdf, ps, other

    eess.SP cs.IT eess.SY

    Sensor Deployment and Link Analysis in Satellite IoT Systems for Wildfire Detection

    Authors: How-Hang Liu, Ronald Y. Chang, Yi-Ying Chen, I-Kang Fu, H. Vincent Poor

    Abstract: Climate change has been identified as one of the most critical threats to human civilization and sustainability. Wildfires, which produce huge amounts of carbon emission, are both drivers and results of climate change. An early and timely wildfire detection system can constrain fires to short and small ones and yield significant carbon reduction. In this paper, we propose to use ground sensor depl… ▽ More

    Submitted 5 August, 2022; v1 submitted 2 August, 2022; originally announced August 2022.

    Comments: IEEE Global Communications Conference (GLOBECOM) 2022

  42. arXiv:2205.11004  [pdf, other

    cs.HC

    PIXAL: Anomaly Reasoning with Visual Analytics

    Authors: Brian Montambault, Camelia D. Brumar, Michael Behrisch, Remco Chang

    Abstract: Anomaly detection remains an open challenge in many application areas. While there are a number of available machine learning algorithms for detecting anomalies, analysts are frequently asked to take additional steps in reasoning about the root cause of the anomalies and form actionable hypotheses that can be communicated to business stakeholders. Without the appropriate tools, this reasoning proc… ▽ More

    Submitted 22 May, 2022; originally announced May 2022.

  43. Are Metrics Enough? Guidelines for Communicating and Visualizing Predictive Models to Subject Matter Experts

    Authors: Ashley Suh, Gabriel Appleby, Erik W. Anderson, Luca Finelli, Remco Chang, Dylan Cashman

    Abstract: Presenting a predictive model's performance is a communication bottleneck that threatens collaborations between data scientists and subject matter experts. Accuracy and error metrics alone fail to tell the whole story of a model - its risks, strengths, and limitations - making it difficult for subject matter experts to feel confident in their decision to use a model. As a result, models may fail i… ▽ More

    Submitted 27 March, 2023; v1 submitted 11 May, 2022; originally announced May 2022.

  44. arXiv:2205.05712  [pdf, other

    cs.HC

    Inferential Tasks as an Evaluation Technique for Visualization

    Authors: Ashley Suh, Ab Mosca, Shannon Robinson, Quinn Pham, Dylan Cashman, Alvitta Ottley, Remco Chang

    Abstract: Designing suitable tasks for visualization evaluation remains challenging. Traditional evaluation techniques commonly rely on 'low-level' or 'open-ended' tasks to assess the efficacy of a proposed visualization, however, nontrivial trade-offs exist between the two. Low-level tasks allow for robust quantitative evaluations, but are not indicative of the complex usage of a visualization. Open-ended… ▽ More

    Submitted 11 May, 2022; originally announced May 2022.

    Comments: EuroVis Short Paper 2022

  45. arXiv:2204.14267  [pdf, other

    cs.HC cs.DB cs.FL

    A Grammar of Hypotheses for Visualization, Data, and Analysis

    Authors: Ashley Suh, Ab Mosca, Eugene Wu, Remco Chang

    Abstract: We present a grammar for expressing hypotheses in visual data analysis to formalize the previously abstract notion of "analysis tasks." Through the lens of our grammar, we lay the groundwork for how a user's data analysis questions can be operationalized and automated as a set of hypotheses (a hypothesis space). We demonstrate that our grammar-based approach for analysis tasks can provide a system… ▽ More

    Submitted 3 April, 2023; v1 submitted 29 April, 2022; originally announced April 2022.

  46. arXiv:2202.01946  [pdf, ps, other

    eess.SP cs.IT cs.LG

    Unsupervised Learning Based Hybrid Beamforming with Low-Resolution Phase Shifters for MU-MIMO Systems

    Authors: Chia-Ho Kuo, Hsin-Yuan Chang, Ronald Y. Chang, Wei-Ho Chung

    Abstract: Millimeter wave (mmWave) is a key technology for fifth-generation (5G) and beyond communications. Hybrid beamforming has been proposed for large-scale antenna systems in mmWave communications. Existing hybrid beamforming designs based on infinite-resolution phase shifters (PSs) are impractical due to hardware cost and power consumption. In this paper, we propose an unsupervised-learning-based sche… ▽ More

    Submitted 3 February, 2022; originally announced February 2022.

    Comments: IEEE International Conference on Communications (ICC) 2022

  47. arXiv:2201.12656  [pdf, ps, other

    eess.SP cs.LG

    Few-Shot Transfer Learning for Device-Free Fingerprinting Indoor Localization

    Authors: Bing-Jia Chen, Ronald Y. Chang

    Abstract: Device-free wireless indoor localization is an essential technology for the Internet of Things (IoT), and fingerprint-based methods are widely used. A common challenge to fingerprint-based methods is data collection and labeling. This paper proposes a few-shot transfer learning system that uses only a small amount of labeled data from the current environment and reuses a large amount of existing l… ▽ More

    Submitted 29 January, 2022; originally announced January 2022.

    Comments: IEEE International Conference on Communications (ICC) 2022

  48. arXiv:2112.14159  [pdf, other

    cs.CV cs.AI cs.LG

    Skin feature point tracking using deep feature encodings

    Authors: Jose Ramon Chang, Torbjörn E. M. Nordling

    Abstract: Facial feature tracking is a key component of imaging ballistocardiography (BCG) where accurate quantification of the displacement of facial keypoints is needed for good heart rate estimation. Skin feature tracking enables video-based quantification of motor degradation in Parkinson's disease. Traditional computer vision algorithms include Scale Invariant Feature Transform (SIFT), Speeded-Up Robus… ▽ More

    Submitted 4 December, 2022; v1 submitted 28 December, 2021; originally announced December 2021.

  49. arXiv:2112.13144  [pdf

    cs.CR cs.AI

    SoK: A Study of the Security on Voice Processing Systems

    Authors: Robert Chang, Logan Kuo, Arthur Liu, Nader Sehatbakhsh

    Abstract: As the use of Voice Processing Systems (VPS) continues to become more prevalent in our daily lives through the increased reliance on applications such as commercial voice recognition devices as well as major text-to-speech software, the attacks on these systems are increasingly complex, varied, and constantly evolving. With the use cases for VPS rapidly growing into new spaces and purposes, the po… ▽ More

    Submitted 24 December, 2021; originally announced December 2021.

  50. arXiv:2111.01744  [pdf, other

    cs.HC cs.LG

    UnProjection: Leveraging Inverse-Projections for Visual Analytics of High-Dimensional Data

    Authors: Mateus Espadoto, Gabriel Appleby, Ashley Suh, Dylan Cashman, Mingwei Li, Carlos Scheidegger, Erik W Anderson, Remco Chang, Alexandru C Telea

    Abstract: Projection techniques are often used to visualize high-dimensional data, allowing users to better understand the overall structure of multi-dimensional spaces on a 2D screen. Although many such methods exist, comparably little work has been done on generalizable methods of inverse-projection -- the process of mapping the projected points, or more generally, the projection space back to the origina… ▽ More

    Submitted 2 November, 2021; originally announced November 2021.