# Saliency & Biological Vision

> One thread of 5 from the "attention" map, covering the 6 papers in it. The other threads are not represented here.
>
> Every quotation was copied word for word from the paper's own text, and
> checked against that text. Quotes marked *inferred* failed that check and
> must be re-checked before use. Quotes marked *not re-checked* have not been
> matched against the paper's text as it now stands, so they carry no current
> verification either. Lines labelled *the tool's reading* are
> model judgment, not quotation, and carry no verification.
>
> **This is a scaffold, not prose.** The citations, quotes and structure are
> real; the argument is yours to write.

> Connects to: Self-Attention & Transformers.

Treats attention as the cognitive/biological mechanism of selective gaze and fixation in visual processing. Papers in this thread focus on detecting salient regions, modeling human eye fixations, and understanding visual attention as a perceptual phenomenon rather than as a learnable neural module. This thread remains largely parallel to neural attention mechanisms throughout the corpus.


**Visual Saliency Based on Scale-Space Analysis in the Frequency Domain** (2012) \cite{li2012visual}

What it did: Established saliency as biological visual selection via frequency analysis  *(the tool's reading)*

Introduced scale-space analysis of amplitude spectrum using Hypercomplex Fourier Transform to model bottom-up saliency mechanisms that competitively select salient regions for prioritized neural processing.  *(the tool's reading)*

> “Visual attention facilitates our ability to rapidly locate the most important information in a scene […].”
>
> ✓ verified: found word for word in the paper's own text


**Salient Object Detection: A Benchmark** (2015) \cite{borji2015salient}

What it did: Clarified distinction between salient object detection and fixation prediction  *(the tool's reading)*

Refined saliency modeling by formally separating salient object detection from attention-driven fixation prediction and objectness detection, grounding all approaches in biological visual selectivity.  *(the tool's reading)*

> “VISUAL attention, the astonishing capability of human visual system to selectively process only the salient visual stimuli in details, has been investigated by multiple disciplines such as cognitive psychology, neuroscience, and computer vision […].”
>
> ✓ verified: found word for word in the paper's own text


**What Makes for Effective Detection Proposals?** (2015) \cite{hosang2015what}

What it did: Connected saliency to computational interest-point detection frameworks  *(the tool's reading)*

Drew explicit analogy between biological saliency-driven attention and interest point detectors, positioning both as mechanisms for focusing computation on salient locations.  *(the tool's reading)*

> “Interest points allow for focusing attention to the most salient and distinctive locations in an image, greatly reducing computation for subsequent tasks such as classification, retrieval, matching, and detection.”
>
> ✓ verified: found word for word in the paper's own text


**DeepSaliency: Multi-Task Deep Neural Network Model for Salient Object Detection** (2015) \cite{li2015deepsaliency}

What it did: Incorporated perceptual features driving human gaze allocation  *(the tool's reading)*

Extended saliency models to encompass human perceptual behaviors including color, contrast, and semantic features that direct biological gaze toward image regions.  *(the tool's reading)*

> “Specifically, the saliency value of the red flower in Figure […](a) is higher than the yellow one, which is consistent with human perception (paying more attention to the objects with red bright colors […]).”
>
> ✓ verified: found word for word in the paper's own text


**Video Salient Object Detection via Fully Convolutional Networks** (2017) \cite{wang2017video}

What it did: Extended salient object detection to temporal visual threads  *(the tool's reading)*

Advanced saliency research beyond static images to video by maintaining distinction between fixation prediction and salient object detection in temporal domain.  *(the tool's reading)*

> “Saliency detection has been extensively studied in computer vision, and saliency models in general can be categorized into visual attention prediction or salient object detection. The former methods […] try to predict scene locations where a human observer may fixate.”
>
> ✓ verified: found word for word in the paper's own text


**Attention mechanisms in computer vision: A survey** (2021) \cite{guo2021attention}

What it did: Generalized attention as adaptive feature reweighting across modalities  *(the tool's reading)*

Broadened attention mechanism definition from purely biological saliency to dynamic computational processes that recalibrate feature weights across multiple dimensions and modalities.  *(the tool's reading)*

> “In computer vision, {the} attention mechanism can be regarded as a dynamic weight recalibration process based on the input features.”
>
> ✓ verified: found word for word in the paper's own text


_[Your synthesis: what it enabled, what it left unsolved.]_


## Where this thread connects

Each crossing is where one line of work fed another. These are the tool's reading of
the corpus, not quotations.

- **Self-Attention & Transformers** → **Saliency & Biological Vision** (2020): Interpretability meets neuroscience

