All Projects → pmelchior → Scarlet

pmelchior / Scarlet

Licence: mit
Source separation in hyperspectral imaging data by Constrained Matrix Factorization

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Scarlet

image-checker
Provides image optimisation information within the browser
Stars: ✭ 14 (-48.15%)
Mutual labels:  image-analysis
Amazon Rekognition Video Analyzer
A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.
Stars: ✭ 309 (+1044.44%)
Mutual labels:  image-analysis
Itksoftwareguide
Sources for the ITKSoftwareGuide.
Stars: ✭ 19 (-29.63%)
Mutual labels:  image-analysis
BoneJ2
Plugins for bone image analysis
Stars: ✭ 17 (-37.04%)
Mutual labels:  image-analysis
Resnetcam Keras
Keras implementation of a ResNet-CAM model
Stars: ✭ 269 (+896.3%)
Mutual labels:  image-analysis
Simpleitk
SimpleITK: a layer built on top of the Insight Toolkit (ITK), intended to simplify and facilitate ITK's use in rapid prototyping, education and interpreted languages.
Stars: ✭ 458 (+1596.3%)
Mutual labels:  image-analysis
objectfit-focalpoint
Generate the object-position value to capture an image's focal point given a custom aspect-ratio.
Stars: ✭ 14 (-48.15%)
Mutual labels:  image-analysis
Compare
image comparison tool
Stars: ✭ 25 (-7.41%)
Mutual labels:  image-analysis
Image Similarity
计算图片之间的相似度
Stars: ✭ 292 (+981.48%)
Mutual labels:  image-analysis
Itk
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
Stars: ✭ 801 (+2866.67%)
Mutual labels:  image-analysis
TrackMate
TrackMate is your buddy for your everyday tracking.
Stars: ✭ 82 (+203.7%)
Mutual labels:  image-analysis
Menyoki
Screen{shot,cast} and perform ImageOps on the command line 🌱 🏞️
Stars: ✭ 255 (+844.44%)
Mutual labels:  image-analysis
Phashion
Ruby wrapper around pHash, the perceptual hash library for detecting duplicate multimedia files
Stars: ✭ 678 (+2411.11%)
Mutual labels:  image-analysis
amazon-rekognition-engagement-meter
The Engagement Meter calculates and shows engagement levels of an audience participating in a meeting
Stars: ✭ 49 (+81.48%)
Mutual labels:  image-analysis
Amap Python
Automated mouse atlas propagation
Stars: ✭ 20 (-25.93%)
Mutual labels:  image-analysis
pyslide
Digital Pathology Whole Slide Image Analysis Toolbox
Stars: ✭ 38 (+40.74%)
Mutual labels:  image-analysis
Itkwidgets
Interactive Jupyter widgets to visualize images, point sets, and meshes in 2D and 3D
Stars: ✭ 338 (+1151.85%)
Mutual labels:  image-analysis
Mindseye
Neural Networks in Java 8 with CuDNN and Aparapi
Stars: ✭ 8 (-70.37%)
Mutual labels:  image-analysis
Orange3 Imageanalytics
🍊 🎑 Orange3 add-on for dealing with image related tasks
Stars: ✭ 24 (-11.11%)
Mutual labels:  image-analysis
Engauge Digitizer
Extracts data points from images of graphs
Stars: ✭ 754 (+2692.59%)
Mutual labels:  image-analysis

DOI arXiv

Scarlet

This package performs source separation (aka "deblending") on multi-band images. It's geared towards optical astronomy, where scenes are composed of stars and galaxies, but it is straightforward to apply it to other imaging data.

For the full documentation see the docs.

Separation is achieved through a constrained matrix factorization, which models each source with a Spectral Energy Distribution (SED) and a non-parametric morphology, or multiple such components per source. In astronomy jargon, the code performs forced photometry (with PSF matching if needed) using an optimal weight function given by the signal-to-noise weighted morphology across bands. The approach works well if the sources in the scene have different colors and can be further strengthened by imposing various additional constraints/priors on each source.

The minimization itself uses the proximal gradient method (PGM). In short, we iteratively compute gradients of the likelihood (or of the posterior if priors are included), perform a downhill step, and project the outcome on a sub-manifold that satisfies one or multiple non-differentiable constraints for any of the sources.

This package provides a stand-alone implementation that contains the core components of the source separation algorithm. However, the development of this package is part of the LSST Science Pipeline; the meas_deblender package contains a wrapper to implement the algorithms here for the LSST stack.

The API is reasonably stable, but feel free to contact the authors fred3m and pmelchior for guidance. For bug reports and feature request, open an issue.

If you make use of scarlet, please acknowledge Melchior et al. (2018), which describes in detail the concepts and algorithms used in this package:

@ARTICLE{scarlet,
   author = {{Melchior}, Peter and {Moolekamp}, Fred and {Jerdee}, Maximilian and {Armstrong}, Robert and
	{Sun}, Ai-Lei and {Bosch}, James and {Lupton}, Robert},
    title = "{SCARLET: Source separation in multi-band images by Constrained Matrix Factorization}",
  journal = {Astronomy and Computing},
   volume = "24",
    pages = {129 - 142},
     year = "2018",
     month = jul,
     issn = {2213-1337},
      doi = {10.1016/j.ascom.2018.07.001},
      url = {http://www.sciencedirect.com/science/article/pii/S2213133718300301},
 keywords = {Methods, Data analysis, Techniques, Image processing, Galaxies, Non-negative matrix factorization}
archivePrefix = "arXiv",
   eprint = {1802.10157},
 primaryClass = "astro-ph.IM"
}

Prerequisites

The code runs on python>=3.5. In addition, you'll need

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].