TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Methods/BIDeN

BIDeN

Blind Image Decomposition Network

Computer VisionIntroduced 20001 papers
Source Paper

Description

BIDeN, or Blind Image Decomposition Network, is a model for blind image decomposition, which requires separating a superimposed image into constituent underlying images in a blind setting, that is, both the source components involved in mixing as well as the mixing mechanism are unknown. For example, rain may consist of multiple components, such as rain streaks, raindrops, snow, and haze.

The Figure shows an example where N=4,L=2,x=a,b,c,dN = 4, L = 2, x = {a, b, c, d}N=4,L=2,x=a,b,c,d, and I=1,3I = {1, 3}I=1,3. a,ca, ca,c are selected then passed to the mixing function fff, and outputs the mixed input image zzz, which is f(a,c)f\left(a, c\right)f(a,c) here. The generator consists of an encoder EEE with three branches and multiple heads HHH. ⨂\bigotimes⨂ denotes the concatenation operation. Depth and receptive field of each branch is different to capture multiple scales of features. Each specified head points to the corresponding source component, and the number of heads varies with the maximum number of source components N. All reconstructed images (a′,c′)\left(a', c'\right)(a′,c′) and their corresponding real images (a,c)\left(a, c\right)(a,c) are sent to an unconditional discriminator. The discriminator also predicts the source components of the input image zzz. The outputs from other heads (b′,d′)\left(b', d'\right)(b′,d′) do not contribute to the optimization.

Papers Using This Method

Blind Image Decomposition2021-08-25