Skip to main content

Showing 1–8 of 8 results for author: Rypeść, G

.
  1. arXiv:2504.01219  [pdf, other

    cs.LG

    Gradient-free Continual Learning

    Authors: Grzegorz Rypeść

    Abstract: Continual learning (CL) presents a fundamental challenge in training neural networks on sequential tasks without experiencing catastrophic forgetting. Traditionally, the dominant approach in CL has been gradient-based optimization, where updates to the network parameters are performed using stochastic gradient descent (SGD) or its variants. However, a major limitation arises when previous data is… ▽ More

    Submitted 1 April, 2025; originally announced April 2025.

  2. arXiv:2409.18265  [pdf, other

    cs.LG cs.CV

    Task-recency bias strikes back: Adapting covariances in Exemplar-Free Class Incremental Learning

    Authors: Grzegorz Rypeść, Sebastian Cygert, Tomasz Trzciński, Bartłomiej Twardowski

    Abstract: Exemplar-Free Class Incremental Learning (EFCIL) tackles the problem of training a model on a sequence of tasks without access to past data. Existing state-of-the-art methods represent classes as Gaussian distributions in the feature extractor's latent space, enabling Bayes classification or training the classifier by replaying pseudo features. However, we identify two critical issues that comprom… ▽ More

    Submitted 26 October, 2024; v1 submitted 26 September, 2024; originally announced September 2024.

    Comments: Accepted for NeurIPS 2024

  3. arXiv:2404.12694  [pdf, other

    cs.CV cs.NE

    ESC: Evolutionary Stitched Camera Calibration in the Wild

    Authors: Grzegorz Rypeść, Grzegorz Kurzejamski

    Abstract: This work introduces a novel end-to-end approach for estimating extrinsic parameters of cameras in multi-camera setups on real-life sports fields. We identify the source of significant calibration errors in multi-camera environments and address the limitations of existing calibration methods, particularly the disparity between theoretical models and actual sports field characteristics. We propose… ▽ More

    Submitted 19 April, 2024; originally announced April 2024.

    Comments: Accepted for IEEE CEC 2024

  4. arXiv:2401.10191  [pdf, other

    cs.LG cs.CV

    Divide and not forget: Ensemble of selectively trained experts in Continual Learning

    Authors: Grzegorz Rypeść, Sebastian Cygert, Valeriya Khan, Tomasz Trzciński, Bartosz Zieliński, Bartłomiej Twardowski

    Abstract: Class-incremental learning is becoming more popular as it helps models widen their applicability while not forgetting what they already know. A trend in this area is to use a mixture-of-expert technique, where different models work together to solve the task. However, the experts are usually trained all at once using whole task data, which makes them all prone to forgetting and increasing computat… ▽ More

    Submitted 19 March, 2024; v1 submitted 18 January, 2024; originally announced January 2024.

    Comments: Accepted for ICLR 2024 (main track), code is available at: https://github.com/grypesc/SEED

  5. arXiv:2308.12112  [pdf, other

    cs.LG cs.CV

    Category Adaptation Meets Projected Distillation in Generalized Continual Category Discovery

    Authors: Grzegorz Rypeść, Daniel Marczak, Sebastian Cygert, Tomasz Trzciński, Bartłomiej Twardowski

    Abstract: Generalized Continual Category Discovery (GCCD) tackles learning from sequentially arriving, partially labeled datasets while uncovering new categories. Traditional methods depend on feature distillation to prevent forgetting the old knowledge. However, this strategy restricts the model's ability to adapt and effectively distinguish new categories. To address this, we introduce a novel technique i… ▽ More

    Submitted 25 July, 2024; v1 submitted 23 August, 2023; originally announced August 2023.

    Comments: Accepted for ECCV 2024

  6. arXiv:2303.06457  [pdf

    cs.CV

    Active Visual Exploration Based on Attention-Map Entropy

    Authors: Adam Pardyl, Grzegorz Rypeść, Grzegorz Kurzejamski, Bartosz Zieliński, Tomasz Trzciński

    Abstract: Active visual exploration addresses the issue of limited sensor capabilities in real-world scenarios, where successive observations are actively chosen based on the environment. To tackle this problem, we introduce a new technique called Attention-Map Entropy (AME). It leverages the internal uncertainty of the transformer-based model to determine the most informative observations. In contrast to e… ▽ More

    Submitted 8 August, 2023; v1 submitted 11 March, 2023; originally announced March 2023.

    Comments: IJCAI 2023

  7. Sports Camera Pose Refinement Using an Evolution Strategy

    Authors: Grzegorz Rypeść, Grzegorz Kurzejamski, Jacek Komorowski

    Abstract: This paper presents a robust end-to-end method for sports cameras extrinsic parameters optimization using a novel evolution strategy. First, we developed a neural network architecture for an edge or area-based segmentation of a sports field. Secondly, we implemented the evolution strategy, which purpose is to refine extrinsic camera parameters given a single, segmented sports field image. Experime… ▽ More

    Submitted 9 October, 2023; v1 submitted 3 November, 2022; originally announced November 2022.

    Comments: Conference paper at 2022 IEEE Congress on Evolutionary Computation (CEC)

  8. arXiv:2105.14097  [pdf, other

    cs.LG cs.CL

    Reinforcement Learning for on-line Sequence Transformation

    Authors: Grzegorz Rypeść, Łukasz Lepak, Paweł Wawrzyński

    Abstract: A number of problems in the processing of sound and natural language, as well as in other areas, can be reduced to simultaneously reading an input sequence and writing an output sequence of generally different length. There are well developed methods that produce the output sequence based on the entirely known input. However, efficient methods that enable such transformations on-line do not exist.… ▽ More

    Submitted 16 February, 2022; v1 submitted 28 May, 2021; originally announced May 2021.

    ACM Class: I.2.6