MaxwellMeyer commited on
Commit
9a20c93
·
verified ·
1 Parent(s): cce29ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -2
README.md CHANGED
@@ -9,11 +9,34 @@ tags:
9
  - background remove
10
  - foreground
11
  - background
 
 
12
  ---
13
 
14
- # BEN - Background Erase Network (Beta Base Model)
15
 
16
- BEN is a deep learning model designed to automatically remove backgrounds from images, producing both a mask and a foreground image.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - For access to our commercial model email us at [email protected]
18
  - Our website: https://pramadevelopment.com/
19
  - Follow us on X: https://x.com/PramaResearch/
 
9
  - background remove
10
  - foreground
11
  - background
12
+ - remove background
13
+ - pytorch
14
  ---
15
 
16
+ # BEN: Background Erase Network
17
 
18
+ [![arXiv](https://img.shields.io/badge/arXiv-2501.06230-b31b1b.svg)](https://arxiv.org/abs/2501.06230)
19
+ [![GitHub](https://img.shields.io/badge/GitHub-BEN-black.svg)](https://github.com/PramaLLC/BEN/)
20
+ [![Website](https://img.shields.io/badge/Website-backgrounderase.net-104233)](https://backgrounderase.net)
21
+
22
+ ## Overview
23
+ BEN (Background Erase Network) introduces a novel approach to foreground segmentation through its innovative Confidence Guided Matting (CGM) pipeline. The architecture employs a refiner network that targets and processes pixels where the base model exhibits lower confidence levels, resulting in more precise and reliable matting results.
24
+
25
+ This repository provides the official code for our model, as detailed in our research paper: [BEN: Background Erase Network](https://arxiv.org/abs/2501.06230).
26
+
27
+
28
+
29
+ ## BEN2 Access
30
+ BEN2 is now publicly available, trained on DIS5k and our 22K proprietary segmentation dataset. Our enhanced model delivers superior performance in hair matting, 4K processing, object segmentation, and edge refinement. Access the base model on Huggingface, try the full model through our free web demo or integrate BEN2 into your project with our API:
31
+ - 🤗 [PramaLLC/BEN2](https://huggingface.co/PramaLLC/BEN2)
32
+ - 🌐 [backgrounderase.net](https://backgrounderase.net)
33
+
34
+ ## Model Access
35
+ The base model is publicly available and free to use for commercial use on HuggingFace:
36
+ - 🤗 [PramaLLC/BEN](https://huggingface.co/PramaLLC/BEN)
37
+
38
+
39
+ ## Contact US
40
  - For access to our commercial model email us at [email protected]
41
  - Our website: https://pramadevelopment.com/
42
  - Follow us on X: https://x.com/PramaResearch/