Skip to main content

Showing 1–19 of 19 results for author: Hyun, S

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

    cs.CV

    Adversarial Generation of Hierarchical Gaussians for 3D Generative Model

    Authors: Sangeek Hyun, Jae-Pil Heo

    Abstract: Most advances in 3D Generative Adversarial Networks (3D GANs) largely depend on ray casting-based volume rendering, which incurs demanding rendering costs. One promising alternative is rasterization-based 3D Gaussian Splatting (3D-GS), providing a much faster rendering speed and explicit 3D representation. In this paper, we exploit Gaussian as a 3D representation for 3D GANs by leveraging its effi… ▽ More

    Submitted 5 June, 2024; originally announced June 2024.

    Comments: Project page: https://hse1032.github.io/gsgan

  2. arXiv:2403.13548  [pdf, other

    cs.CV

    Diversity-aware Channel Pruning for StyleGAN Compression

    Authors: Jiwoo Chung, Sangeek Hyun, Sang-Heon Shim, Jae-Pil Heo

    Abstract: StyleGAN has shown remarkable performance in unconditional image generation. However, its high computational cost poses a significant challenge for practical applications. Although recent efforts have been made to compress StyleGAN while preserving its performance, existing compressed models still lag behind the original model, particularly in terms of sample diversity. To overcome this, we propos… ▽ More

    Submitted 20 March, 2024; originally announced March 2024.

    Comments: Accepted to CVPR 2024. Project page: https://jiwoogit.github.io/DCP-GAN_site

  3. arXiv:2312.15894  [pdf, other

    cs.CV

    Task-Disruptive Background Suppression for Few-Shot Segmentation

    Authors: Suho Park, SuBeen Lee, Sangeek Hyun, Hyun Seok Seong, Jae-Pil Heo

    Abstract: Few-shot segmentation aims to accurately segment novel target objects within query images using only a limited number of annotated support images. The recent works exploit support background as well as its foreground to precisely compute the dense correlations between query and support. However, they overlook the characteristics of the background that generally contains various types of objects. I… ▽ More

    Submitted 26 December, 2023; originally announced December 2023.

  4. arXiv:2312.09008  [pdf, other

    cs.CV

    Style Injection in Diffusion: A Training-free Approach for Adapting Large-scale Diffusion Models for Style Transfer

    Authors: Jiwoo Chung, Sangeek Hyun, Jae-Pil Heo

    Abstract: Despite the impressive generative capabilities of diffusion models, existing diffusion model-based style transfer methods require inference-stage optimization (e.g. fine-tuning or textual inversion of style) which is time-consuming, or fails to leverage the generative ability of large-scale diffusion models. To address these issues, we introduce a novel artistic style transfer method based on a pr… ▽ More

    Submitted 20 March, 2024; v1 submitted 11 December, 2023; originally announced December 2023.

    Comments: Accepted to CVPR 2024. Project page: https://jiwoogit.github.io/StyleID_site

  5. arXiv:2312.06056  [pdf, other

    cs.SE cs.AI cs.CL

    METAL: Metamorphic Testing Framework for Analyzing Large-Language Model Qualities

    Authors: Sangwon Hyun, Mingyu Guo, M. Ali Babar

    Abstract: Large-Language Models (LLMs) have shifted the paradigm of natural language data processing. However, their black-boxed and probabilistic characteristics can lead to potential risks in the quality of outputs in diverse LLM applications. Recent studies have tested Quality Attributes (QAs), such as robustness or fairness, of LLMs by generating adversarial input texts. However, existing studies have l… ▽ More

    Submitted 10 December, 2023; originally announced December 2023.

    Comments: Accepted to International Conference on Software Testing, Verification and Validation (ICST) 2024 / Key words: Large-language models, Metamorphic testing, Quality evaluation, Text perturbations

  6. arXiv:2311.08835  [pdf, other

    cs.CV

    Correlation-guided Query-Dependency Calibration in Video Representation Learning for Temporal Grounding

    Authors: WonJun Moon, Sangeek Hyun, SuBeen Lee, Jae-Pil Heo

    Abstract: Video Temporal Grounding is to identify specific moments or highlights from a video corresponding to textual descriptions. Typical approaches in temporal grounding treat all video clips equally during the encoding process regardless of their semantic relevance with the text query. Therefore, we propose Correlation-Guided DEtection TRansformer(CG-DETR), exploring to provide clues for query-associat… ▽ More

    Submitted 30 March, 2024; v1 submitted 15 November, 2023; originally announced November 2023.

    Comments: 34 pages, 16 figures, 13 tables, Code is available at https://github.com/wjun0830/CGDETR

  7. arXiv:2303.13874  [pdf, other

    cs.CV cs.AI

    Query-Dependent Video Representation for Moment Retrieval and Highlight Detection

    Authors: WonJun Moon, Sangeek Hyun, SangUk Park, Dongchan Park, Jae-Pil Heo

    Abstract: Recently, video moment retrieval and highlight detection (MR/HD) are being spotlighted as the demand for video understanding is drastically increased. The key objective of MR/HD is to localize the moment and estimate clip-wise accordance level, i.e., saliency score, to the given text query. Although the recent transformer-based models brought some advances, we found that these methods do not fully… ▽ More

    Submitted 24 March, 2023; originally announced March 2023.

    Comments: Accepted to CVPR 2023. Code is available at https://github.com/wjun0830/QD-DETR

  8. arXiv:2201.00138  [pdf, other

    cs.IT

    Joint Vehicle Tracking and RSU Selection for V2I Communications with Extended Kalman Filter

    Authors: Jiho Song, Seong-Hwan Hyun, Jong-Ho Lee, Jeongsik Choi, Seong-Cheol Kim

    Abstract: We develop joint vehicle tracking and road side unit (RSU) selection algorithms suitable for vehicle-to-infrastructure (V2I) communications. We first design an analytical framework for evaluating vehicle tracking systems based on the extended Kalman filter. A simple, yet effective, metric that quantifies the vehicle tracking performance is derived in terms of the angular derivative of a dominant s… ▽ More

    Submitted 10 February, 2022; v1 submitted 1 January, 2022; originally announced January 2022.

    Comments: 6 Pages, 5 figures, submitted manuscript for possible publication

  9. arXiv:2111.06918  [pdf, ps, other

    cs.DB

    Regular Path Query Evaluation Sharing a Reduced Transitive Closure Based on Graph Reduction

    Authors: Inju Na, Ilyeop Yi, Kyu-Young Whang, Yang-Sae Moon, Soon J. Hyun

    Abstract: Regular path queries (RPQs) find pairs of vertices of paths satisfying given regular expressions on an edge-labeled, directed multigraph. When evaluating an RPQ, the evaluation of a Kleene closure (i.e., Kleene plus or Kleene star) is very expensive. Furthermore, when multiple RPQs include a Kleene closure as a common sub-query, repeated evaluations of the common sub-query cause serious performanc… ▽ More

    Submitted 25 March, 2022; v1 submitted 12 November, 2021; originally announced November 2021.

    Comments: 14 pages, 15 figures, 4 tables, This work has been submitted to the IEEE ICDE for possible publication. Copyright may be transferred without notice, after which this version may no longer be accessible

  10. Adaptive Beam Design for V2I Communications using Vehicle Tracking with Extended Kalman Filter

    Authors: Seong-Hwan Hyun, Jiho Song, Keunwoo Kim, Jong-Ho Lee, Seong-Cheol Kim

    Abstract: Vehicle-to-everything communication system is a strong candidate for improving the driving experience and automotive safety by linking vehicles to wireless networks. To take advantage of the full benefits of vehicle connectivity, it is essential to ensure a stable network connection between roadside unit (RSU) and fast-moving vehicles. Based on the extended Kalman filter (EKF), we develop a vehicl… ▽ More

    Submitted 10 November, 2021; v1 submitted 5 August, 2021; originally announced August 2021.

    Comments: 14 pages, 11 figures, accepted to IEEE Transactions on Vehicular Technology

  11. arXiv:2106.05620  [pdf, ps, other

    cs.DB

    Efficient Exact k-Flexible Aggregate Nearest Neighbor Search in Road Networks Using the M-tree

    Authors: Moonyoung Chung, Soon J. Hyun, Woong-Kee Loh

    Abstract: This study proposes an efficient exact k-flexible aggregate nearest neighbor (k-FANN) search algorithm in road networks using the M-tree. The state-of-the-art IER-kNN algorithm used the R-tree and pruned off unnecessary nodes based on the Euclidean coordinates of objects in road networks. However, IER-kNN made many unnecessary accesses to index nodes since the Euclidean distances between objects a… ▽ More

    Submitted 13 September, 2021; v1 submitted 10 June, 2021; originally announced June 2021.

    Comments: 16 pages

  12. arXiv:2102.03583  [pdf, other

    cs.SC

    Algorithms for Linearly Recurrent Sequences of Truncated Polynomials

    Authors: Seung Gyu Hyun, Vincent Neiger, Éric Schost

    Abstract: Linear recurrent sequences are those whose elements are defined as linear combinations of preceding elements, and finding recurrence relations is a fundamental problem in computer algebra. In this paper, we focus on sequences whose elements are vectors over the ring $\mathbb{A} = \mathbb{K}[x]/(x^d)$ of truncated polynomials. Finding the ideal of their recurrence relations has applications such as… ▽ More

    Submitted 8 June, 2021; v1 submitted 6 February, 2021; originally announced February 2021.

    Comments: 8 pages, ISSAC 2021

  13. arXiv:2011.01453  [pdf, other

    cs.IR

    Participation in TREC 2020 COVID Track Using Continuous Active Learning

    Authors: Xue Jun Wang, Maura R. Grossman, Seung Gyu Hyun

    Abstract: We describe our participation in all five rounds of the TREC 2020 COVID Track (TREC-COVID). The goal of TREC-COVID is to contribute to the response to the COVID-19 pandemic by identifying answers to many pressing questions and building infrastructure to improve search systems [8]. All five rounds of this Track challenged participants to perform a classic ad-hoc search task on the new data collecti… ▽ More

    Submitted 2 November, 2020; originally announced November 2020.

    Comments: 7 pages, 5 figures

  14. arXiv:2010.03962  [pdf, other

    cs.LG cs.AI

    Test-Cost Sensitive Methods for Identifying Nearby Points

    Authors: Seung Gyu Hyun, Christopher Leung

    Abstract: Real-world applications that involve missing values are often constrained by the cost to obtain data. Test-cost sensitive, or costly feature, methods additionally consider the cost of acquiring features. Such methods have been extensively studied in the problem of classification. In this paper, we study a related problem of test-cost sensitive methods to identify nearby points from a large set, gi… ▽ More

    Submitted 4 October, 2020; originally announced October 2020.

    Comments: 8 pages, 5 Figure, Submitted to AAAI 2021

  15. Change of basis for m-primary ideals in one and two variables

    Authors: Seung Gyu Hyun, Stephen Melczer, Éric Schost, Catherine St-Pierre

    Abstract: Following recent work by van der Hoeven and Lecerf (ISSAC 2017), we discuss the complexity of linear map**s, called untangling and tangling by those authors, that arise in the context of computations with univariate polynomials. We give a slightly faster tangling algorithm and discuss new applications of these techniques. We show how to extend these ideas to bivariate settings, and use them to g… ▽ More

    Submitted 11 May, 2019; originally announced May 2019.

    Comments: In Proceedings ISSAC'19, ACM, New York, USA. See proceedings version for final formatting

  16. arXiv:1905.04356  [pdf, other

    cs.SC

    Implementations of efficient univariate polynomial matrix algorithms and application to bivariate resultants

    Authors: Seung Gyu Hyun, Vincent Neiger, Éric Schost

    Abstract: Complexity bounds for many problems on matrices with univariate polynomial entries have been improved in the last few years. Still, for most related algorithms, efficient implementations are not available, which leaves open the question of the practical impact of these algorithms, e.g. on applications such as decoding some error-correcting codes and solving polynomial systems or structured linear… ▽ More

    Submitted 10 May, 2019; originally announced May 2019.

    Comments: ISSAC 2019, 8 pages on 2 columns

  17. arXiv:1806.03554  [pdf, ps, other

    cs.SC math.CO

    A fast algorithm for solving linearly recurrent sequences

    Authors: Seung Gyu Hyun, Stephen Melczer, Catherine St-Pierre

    Abstract: We present an algorithm which computes the $D^{th}$ term of a sequence satisfying a linear recurrence relation of order $d$ over a field $K$ in $O( \mathsf{M}(\bar d)\log(D) + \mathsf{M}(d)\log(d))$ operations in $K$, where $\bar d \leq d$ is the degree of the squarefree part of the annihilating polynomial of the recurrence and $\mathsf{M}$ is the cost of polynomial multiplication in $K$. This is… ▽ More

    Submitted 9 June, 2018; originally announced June 2018.

    Comments: ISSAC 2018 poster abstract

  18. arXiv:1712.04177  [pdf, other

    cs.SC

    Block-Krylov techniques in the context of sparse-FGLM algorithms

    Authors: Seung Gyu Hyun, Vincent Neiger, Hamid Rahkooy, Eric Schost

    Abstract: Consider a zero-dimensional ideal $I$ in $\mathbb{K}[X_1,\dots,X_n]$. Inspired by Faugère and Mou's Sparse FGLM algorithm, we use Krylov sequences based on multiplication matrices of $I$ in order to compute a description of its zero set by means of univariate polynomials. Steel recently showed how to use Coppersmith's block-Wiedemann algorithm in this context; he describes an algorithm that can… ▽ More

    Submitted 15 January, 2019; v1 submitted 12 December, 2017; originally announced December 2017.

    Comments: 32 pages, 7 algorithms, 2 tables

  19. Precision improvement of MEMS gyros for indoor mobile robots with horizontal motion inspired by methods of TRIZ

    Authors: Dongmyoung Shin, Sung Gil Park, Byung Soo Song, Eung Su Kim, Oleg Kupervasser, Denis Pivovartchuk, Ilya Gartseev, Oleg Antipov, Evgeniy Kruchenkov, Alexey Milovanov, Andrey Kochetov, Igor Sazonov, Igor Nogtev, Sun Woo Hyun

    Abstract: In the paper, the problem of precision improvement for the MEMS gyrosensors on indoor robots with horizontal motion is solved by methods of TRIZ ("the theory of inventive problem solving").

    Submitted 18 March, 2014; v1 submitted 15 November, 2013; originally announced November 2013.

    Comments: 6 pages, the paper is accepted to 9th IEEE International Conference on Nano/Micro Engineered and Molecular Systems, Hawaii, USA (IEEE-NEMS 2014) as an oral presentation

    Journal ref: Proceedings of 9th IEEE International Conference on Nano/Micro Engineered and Molecular Systems (IEEE-NEMS 2014) April 13-16, 2014,Hawaii,USA, pp 102-107