-
support
- [ ] tiny3d.domain_adaptation(domain1_data_path, domain2_data_path, model)
-
Hi @emjotde
I was trying my hands on training machine translation models using Marian and I wanted to know the process of doing domain adaptation in Marian.
I checked that OpenNMT has the guidel…
-
## タイトル: マルチビュー3D物体検出のための統一ドメイン汎化と適応
## リンク: https://arxiv.org/abs/2410.22461
## 概要:
マルチビューカメラを活用した3D物体検出の近年の進歩は、様々な困難な視覚タスクにおける実用性と経済性を示しています。しかし、典型的な教師あり学習アプローチは、ソースドメインとターゲットドメイン間の避けられない幾何学的ずれの…
-
### Question
Is it possible to do Domain Adaptation instead of Task Adaptation?
Specifically, I want to use LLaVA as a starting checkpoint to train the language and images of the new domain.
thank …
unmo updated
11 months ago
-
the class DomainAdaptModule seems to maintain the different batch normalization parameters for source and target domain. But it seems that only _init_bn_layers function is called in the __init__ and t…
-
In your paper, you add a Geodesic Correlation Alignment and Progressive Domain Calibration to deal with domain adaptation. But I can not find it in your code. Could you provide that part of code?
-
# Domain Randomization & Adaptation on Robotics
- Difference of Domain Randomization & Adaptation
-
Hi! Thank you for the author's sharing!
I met some problem in training source domain. The model of ct2mr and mr2ct w/o adaptation is 0.68 and 0.49 for me, which is slightly different from the pape…
-
Hi team. What's the current suggestion or best practice for creating a domain-specific sentence embedding?
Here's what type of data I have
```
- Unlabel domain-specific data (~10M rows)
- Some…
-
Here are 10 approaches to implement adaptive noise reduction, ordered by complexity/effectiveness:
### 1. Enhanced Spectral Subtraction
- Track noise floor during silence periods
- Use overlappin…