Skip to main content

Showing 1–18 of 18 results for author: Jung, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.00263  [pdf, other

    cs.CV

    Upright adjustment with graph convolutional networks

    Authors: Raehyuk Jung, Sungmin Cho, Junseok Kwon

    Abstract: We present a novel method for the upright adjustment of 360 images. Our network consists of two modules, which are a convolutional neural network (CNN) and a graph convolutional network (GCN). The input 360 images is processed with the CNN for visual feature extraction, and the extracted feature map is converted into a graph that finds a spherical representation of the input. We also introduce a n… ▽ More

    Submitted 31 May, 2024; originally announced June 2024.

    Comments: ICIP 2020

  2. arXiv:2404.14687  [pdf, other

    cs.MM cs.AI cs.CL cs.CV

    Pegasus-v1 Technical Report

    Authors: Raehyuk Jung, Hyojun Go, Jaehyuk Yi, Jiho Jang, Daniel Kim, Jay Suh, Aiden Lee, Cooper Han, Jae Lee, Jeff Kim, **-Young Kim, Junwan Kim, Kyle Park, Lucas Lee, Mars Ha, Minjoon Seo, Abraham Jo, Ed Park, Hassan Kianinejad, SJ Kim, Tony Moon, Wade Jeong, Andrei Popescu, Esther Kim, EK Yoon , et al. (19 additional authors not shown)

    Abstract: This technical report introduces Pegasus-1, a multimodal language model specialized in video content understanding and interaction through natural language. Pegasus-1 is designed to address the unique challenges posed by video data, such as interpreting spatiotemporal information, to offer nuanced video content comprehension across various lengths. This technical report overviews Pegasus-1's archi… ▽ More

    Submitted 22 April, 2024; originally announced April 2024.

  3. arXiv:2401.09252  [pdf, other

    cs.CV cs.AI cs.GR cs.LG

    3D Scene Geometry Estimation from 360$^\circ$ Imagery: A Survey

    Authors: Thiago Lopes Trugillo da Silveira, Paulo Gamarra Lessa Pinto, Jeffri Erwin Murrugarra Llerena, Claudio Rosito Jung

    Abstract: This paper provides a comprehensive survey on pioneer and state-of-the-art 3D scene geometry estimation methodologies based on single, two, or multiple images captured under the omnidirectional optics. We first revisit the basic concepts of the spherical camera model, and review the most common acquisition technologies and representation formats suitable for omnidirectional (also called 360… ▽ More

    Submitted 17 January, 2024; originally announced January 2024.

    Comments: Published in ACM Computing Surveys

    Journal ref: ACM Comput. Surv. 55, 4, Article 68, 2023

  4. arXiv:2310.18324  [pdf, ps, other

    cs.AI cs.CL cs.CY cs.LG

    "A Nova Eletricidade: Aplicações, Riscos e Tendências da IA Moderna -- "The New Electricity": Applications, Risks, and Trends in Current AI

    Authors: Ana L. C. Bazzan, Anderson R. Tavares, André G. Pereira, Cláudio R. Jung, Jacob Scharcanski, Joel Luis Carbonera, Luís C. Lamb, Mariana Recamonde-Mendoza, Thiago L. T. da Silveira, Viviane Moreira

    Abstract: The thought-provoking analogy between AI and electricity, made by computer scientist and entrepreneur Andrew Ng, summarizes the deep transformation that recent advances in Artificial Intelligence (AI) have triggered in the world. This chapter presents an overview of the ever-evolving landscape of AI, written in Portuguese. With no intent to exhaust the subject, we explore the AI applications that… ▽ More

    Submitted 8 October, 2023; originally announced October 2023.

    Comments: In Portuguese

    MSC Class: 68 ACM Class: I.2

  5. arXiv:2310.04895  [pdf, other

    cs.CV cs.AI cs.LG

    Cell Tracking-by-detection using Elliptical Bounding Boxes

    Authors: Lucas N. Kirsten, Cláudio R. Jung

    Abstract: Cell detection and tracking are paramount for bio-analysis. Recent approaches rely on the tracking-by-model evolution paradigm, which usually consists of training end-to-end deep learning models to detect and track the cells on the frames with promising results. However, such methods require extensive amounts of annotated data, which is time-consuming to obtain and often requires specialized annot… ▽ More

    Submitted 11 October, 2023; v1 submitted 7 October, 2023; originally announced October 2023.

    Comments: Paper under review on IEEE/ACM Transactions on Computational Biology and Bioinformatics

  6. Grove: a Separation-Logic Library for Verifying Distributed Systems (Extended Version)

    Authors: Upamanyu Sharma, Ralf Jung, Joseph Tassarotti, M. Frans Kaashoek, Nickolai Zeldovich

    Abstract: Grove is a concurrent separation logic library for verifying distributed systems. Grove is the first to handle time-based leases, including their interaction with reconfiguration, crash recovery, thread-level concurrency, and unreliable networks. This paper uses Grove to verify several distributed system components written in Go, including GroveKV, a realistic distributed multi-threaded key-value… ▽ More

    Submitted 14 September, 2023; v1 submitted 6 September, 2023; originally announced September 2023.

    Comments: Extended version of paper appearing at SOSP 2023

  7. arXiv:2303.07352  [pdf, other

    cs.CV cs.AI

    Sequential Spatial Network for Collision Avoidance in Autonomous Driving

    Authors: Haichuan Li, Liguo Zhou, Zhenshan Bing, Marzana Khatun, Rolf Jung, Alois Knoll

    Abstract: Several autonomous driving strategies have been applied to autonomous vehicles, especially in the collision avoidance area. The purpose of collision avoidance is achieved by adjusting the trajectory of autonomous vehicles (AV) to avoid intersection or overlap with the trajectory of surrounding vehicles. A large number of sophisticated vision algorithms have been designed for target inspection, cla… ▽ More

    Submitted 12 March, 2023; originally announced March 2023.

    Comments: arXiv admin note: substantial text overlap with arXiv:2303.06714

  8. arXiv:2206.12930  [pdf, other

    cs.CV eess.IV

    SVBR-NET: A Non-Blind Spatially Varying Defocus Blur Removal Network

    Authors: Ali Karaali, Claudio Rosito Jung

    Abstract: Defocus blur is a physical consequence of the optical sensors used in most cameras. Although it can be used as a photographic style, it is commonly viewed as an image degradation modeled as the convolution of a sharp image with a spatially-varying blur kernel. Motivated by the advance of blur estimation methods in the past years, we propose a non-blind approach for image deblurring that can deal w… ▽ More

    Submitted 26 June, 2022; originally announced June 2022.

    Comments: Accepted to ICIP2022

  9. arXiv:2202.04942  [pdf, other

    cs.CV

    Spherical Transformer

    Authors: Sungmin Cho, Raehyuk Jung, Junseok Kwon

    Abstract: Using convolutional neural networks for 360images can induce sub-optimal performance due to distortions entailed by a planar projection. The distortion gets deteriorated when a rotation is applied to the 360image. Thus, many researches based on convolutions attempt to reduce the distortions to learn accurate representation. In contrast, we leverage the transformer architecture to solve image class… ▽ More

    Submitted 11 February, 2022; v1 submitted 10 February, 2022; originally announced February 2022.

    Comments: 9 pages with 10 figures

    ACM Class: I.4; I.2

  10. Thematic Domain Analysis for Ocean Modeling

    Authors: Reiner Jung, Sven Gundlach, Wilhelm Hasselbring

    Abstract: Ocean science is a discipline that employs ocean models as an essential research asset. Such scientific modeling provides mathematical abstractions of real-world systems, e.g., the oceans. These models are then coded as implementations of the mathematical abstractions. The developed software systems are called models of the real-world system. To advance the state in engineering such ocean models… ▽ More

    Submitted 1 February, 2022; originally announced February 2022.

    Comments: 14 pages. arXiv admin note: substantial text overlap with arXiv:2108.08589

    Journal ref: Environmental Modelling & Software, Elsevier, 2022

  11. Software Development Processes in Ocean System Modeling

    Authors: Reiner Jung, Sven Gundlach, Wilhelm Hasselbring

    Abstract: Scientific modeling provides mathematical abstractions of real-world systems and builds software as implementations of these mathematical abstractions. Ocean science is a multidisciplinary discipline develo** scientific models and simulations as ocean system models that are an essential research asset. In software engineering and information systems research, modeling is also an essential acti… ▽ More

    Submitted 19 August, 2021; originally announced August 2021.

    Comments: 18 pages

    ACM Class: D.2.9; I.6.5

    Journal ref: International Journal of Modeling, Simulation, and Scientific Computing, 2022

  12. arXiv:2012.07055  [pdf, other

    cs.SD cs.LG

    Improving the Classification of Rare Chords with Unlabeled Data

    Authors: Marcelo Bortolozzo, Rodrigo Schramm, Claudio R. Jung

    Abstract: In this work, we explore techniques to improve performance for rare classes in the task of Automatic Chord Recognition (ACR). We first explored the use of the focal loss in the context of ACR, which was originally proposed to improve the classification of hard samples. In parallel, we adapted a self-learning technique originally designed for image recognition to the musical domain. Our experiments… ▽ More

    Submitted 10 February, 2021; v1 submitted 13 December, 2020; originally announced December 2020.

  13. arXiv:2009.11939  [pdf, other

    cs.CV cs.LG cs.MM

    Deep Multi-Scale Feature Learning for Defocus Blur Estimation

    Authors: Ali Karaali, Naomi Harte, Claudio Rosito Jung

    Abstract: This paper presents an edge-based defocus blur estimation method from a single defocused image. We first distinguish edges that lie at depth discontinuities (called depth edges, for which the blur estimate is ambiguous) from edges that lie at approximately constant depth regions (called pattern edges, for which the blur estimate is well-defined). Then, we estimate the defocus blur amount at patter… ▽ More

    Submitted 7 November, 2021; v1 submitted 24 September, 2020; originally announced September 2020.

    Comments: under review

  14. arXiv:2002.05544  [pdf, other

    cs.LG cs.CV stat.ML

    Superpixel Image Classification with Graph Attention Networks

    Authors: Pedro H. C. Avelar, Anderson R. Tavares, Thiago L. T. da Silveira, Cláudio R. Jung, Luís C. Lamb

    Abstract: This paper presents a methodology for image classification using Graph Neural Network (GNN) models. We transform the input images into region adjacency graphs (RAGs), in which regions are superpixels and edges connect neighboring superpixels. Our experiments suggest that Graph Attention Networks (GATs), which combine graph convolutions with self-attention mechanisms, outperforms other GNN models.… ▽ More

    Submitted 15 November, 2020; v1 submitted 13 February, 2020; originally announced February 2020.

  15. arXiv:1809.10499  [pdf, other

    cs.CV

    Collective behavior recognition using compact descriptors

    Authors: Gustavo Fuhr, Claudio Rosito Jung

    Abstract: This paper presents a novel hierarchical approach for collective behavior recognition based solely on ground-plane trajectories. In the first layer of our classifier, we introduce a novel feature called Personal Interaction Descriptor (PID), which combines the spatial distribution of a pair of pedestrians within a temporal window with a pyramidal representation of the relative speed to detect pair… ▽ More

    Submitted 27 September, 2018; originally announced September 2018.

    Comments: 8 pages, 6 figures. Paper submitted do Pattern Recognition Letters

  16. arXiv:1701.05888  [pdf, ps, other

    cs.PL cs.LO

    A Higher-Order Logic for Concurrent Termination-Preserving Refinement

    Authors: Joseph Tassarotti, Ralf Jung, Robert Harper

    Abstract: Compiler correctness proofs for higher-order concurrent languages are difficult: they involve establishing a termination-preserving refinement between a concurrent high-level source language and an implementation that uses low-level shared memory primitives. However, existing logics for proving concurrent refinement either neglect properties such as termination, or only handle first-order state. I… ▽ More

    Submitted 20 January, 2017; originally announced January 2017.

    Comments: 78 pages, extended version of a conference paper for ESOP 2017

  17. arXiv:1508.04752  [pdf, other

    cs.SE cs.PF

    Performance-oriented DevOps: A Research Agenda

    Authors: Andreas Brunnert, Andre van Hoorn, Felix Willnecker, Alexandru Danciu, Wilhelm Hasselbring, Christoph Heger, Nikolas Herbst, Pooyan Jamshidi, Reiner Jung, Joakim von Kistowski, Anne Koziolek, Johannes Kroß, Simon Spinner, Christian Vögele, Jürgen Walter, Alexander Wert

    Abstract: DevOps is a trend towards a tighter integration between development (Dev) and operations (Ops) teams. The need for such an integration is driven by the requirement to continuously adapt enterprise applications (EAs) to changes in the business environment. As of today, DevOps concepts have been primarily introduced to ensure a constant flow of features and bug fixes into new releases from a functio… ▽ More

    Submitted 18 August, 2015; originally announced August 2015.

    Report number: SPEC-RG-2015-01

  18. MIGRAINE: MRI Graph Reliability Analysis and Inference for Connectomics

    Authors: William Gray Roncal, Zachary H. Koterba, Disa Mhembere, Dean M. Kleissas, Joshua T. Vogelstein, Randal Burns, Anita R. Bowles, Dimitrios K. Donavos, Sephira Ryman, Rex E. Jung, Lei Wu, Vince Calhoun, R. Jacob Vogelstein

    Abstract: Currently, connectomes (e.g., functional or structural brain graphs) can be estimated in humans at $\approx 1~mm^3$ scale using a combination of diffusion weighted magnetic resonance imaging, functional magnetic resonance imaging and structural magnetic resonance imaging scans. This manuscript summarizes a novel, scalable implementation of open-source algorithms to rapidly estimate magnetic resona… ▽ More

    Submitted 17 December, 2013; originally announced December 2013.

    Comments: Published as part of 2013 IEEE GlobalSIP conference