Pith. sign in

REVIEW 2 major objections 6 minor 300 references

IPDiff: Diffusion-driven ORSI Salient Object Detection with Information Reconstruction and Multi-Prior Guidance

T0 review · 2 major / 6 minor · reviewed 2026-07-12 · grok-4.5

Pith's one-line read A diffusion model turns one-shot remote-sensing saliency detection into iterative refinement that corrects errors and leads 46 methods on three public benchmarks.

desk verdict Solid empirical SOTA on the three standard ORSI-SOD benchmarks via a carefully engineered conditional-diffusion pipeline; the advance is real but stays inside the niche and is slow at test time. read the letter →

arxiv 2607.03696 v1 pith:SBLNTNZ3 submitted 2026-07-04 cs.CV

classification cs.CV
keywords salientobjectdetectionopticalremotesensingimagediffusionmodeldynamicoptimizationinformationreconstructionmulti-priorguidancespectraldomain
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Existing methods that locate the most eye-catching objects in optical remote-sensing images make a single prediction with fixed parameters, so any mistakes stay locked in. This paper claims that casting the task as a conditional diffusion problem lets the model start from random noise and iteratively clean it into a saliency map, guided by image-derived priors, so later steps can fix earlier mistakes. IPDiff first extracts a saliency prior (location) and hierarchical priors (detail and semantics) with an attention module that reconstructs features in the spectral domain, then denoises under those priors while training with both spatial and spectral losses. On the ORSSD, EORSSD and ORSI-4199 datasets it reports the highest scores against 46 competitors. Readers who work with aerial or satellite imagery would care because the same iterative correction can make automatic scene understanding more reliable when objects vary wildly in size, orientation and contrast.

What carries the argument

IPDiff: a prior network (pyramid vision transformer blocks plus Information Reconstruction-driven Attention Modules that adaptively decouple and reweight low- and high-frequency spectral components) that produces the saliency and hierarchical priors, feeding a multi-prior guidance denoising network that iteratively denoises a noisy mask over a short horizon (default T=10), with training-only Information Perturbation Modules and a hybrid spatial-spectral loss.

What would settle it

Train and evaluate the identical architecture with T=1 (pure one-shot) versus T=10 on a held-out sensor or geographic region never seen in the three public datasets; if multi-step denoising no longer improves the four metrics, the dynamic-optimization claim fails for that domain.

Watch

Extended reading notes

Core claim

Formulating optical remote-sensing salient object detection as a conditional diffusion process that is guided by a saliency prior and hierarchical priors, and that reconstructs information in the spectral domain, yields a dynamic optimization strategy able to iteratively correct saliency maps and to outperform 46 prior methods on the three standard public benchmarks.

Load-bearing premise

The method assumes that a fixed schedule of ten denoising steps, a twenty-percent feature-perturbation rate, and the spectral-decoupling parameters learned on the training split remain near-optimal for every new sensor and scene.

Editorial extensions

If this is right

  • Saliency maps that still contain errors after the first pass can be progressively cleaned without retraining or changing model weights.
  • Spectral-domain reconstruction of features can replace purely spatial attention for large-scale remote-sensing scenes that exhibit size and orientation variation.
  • Hybrid spatial-spectral supervision can be transferred to other dense prediction tasks that suffer from frequency imbalance.
  • Diffusion-style iterative refinement becomes a practical alternative to one-shot CNNs and transformers for ORSI-SOD whenever accuracy is valued over real-time speed.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The same multi-prior plus spectral reconstruction recipe could be dropped into other remote-sensing dense tasks (change detection, land-cover mapping) that also suffer from one-shot error lock-in.
  • Because performance plateaus after roughly ten steps, practitioners may treat the diffusion horizon as a cheap accuracy–speed dial rather than a free accuracy lever.
  • The large domain gap closed in the zero-shot 360° tests suggests the learned priors capture viewpoint-invariant saliency structure that could help multi-sensor fusion.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 6 minor

Summary. The paper proposes IPDiff, a conditional diffusion framework for salient object detection in optical remote sensing images (ORSI-SOD). It replaces the conventional static one-shot inference used by CNN/transformer ORSI-SOD models with a dynamic optimization strategy: a prior network (PVT-v2 + Information Reconstruction-driven Attention Modules) extracts a saliency prior and hierarchical priors; a multi-prior guidance denoising network then iteratively denoises a noisy mask under those priors, with Information Perturbation Modules used only at training time. A hybrid spatial-spectral loss supervises both the intermediate saliency prior and the final prediction. On ORSSD, EORSSD and ORSI-4199 the method reports the best Sα, Fmaxβ, Emaxξ and MAE among 46 published baselines (Table 1), supported by component ablations (Tables 2–8), qualitative error-correction trajectories (Fig. 8), and cross-dataset / zero-shot transfer (Table 9). Code and results are released.

Significance. If the ranking holds, the work is a clear empirical advance for ORSI-SOD: it is the first diffusion-driven method tailored to this domain that systematically outperforms recent transformer, hybrid and diffusion baselines on the three standard public benchmarks. The multi-prior conditioning design, spectral-domain IRAM, training-only IPM, and spatial-spectral hybrid loss are concrete, ablated contributions rather than pure re-application of DDPM. Released code and exhaustive tables make the central performance claim falsifiable and reproducible. The main practical cost—iterative inference at ~4 fps—is acknowledged and does not negate the accuracy gains.

major comments (2)
  1. Table 1 and §4.1 report point estimates only; no standard deviations over multiple random seeds or training runs are given. For a claim of strict superiority over 46 methods (including several that are within 0.5–1% on individual metrics), at least 3–5 independent runs with mean±std on the primary metrics would strengthen that the ranking is stable rather than a single-run artifact.
  2. §4.1 and Tables 4/8 fix T=10 and r=20% after grid search on EORSSD. While the ablations show these values are near-optimal on that split, the manuscript does not report whether the same (T,r) pair remains optimal when the model is trained on ORSSD or ORSI-4199 and tested cross-dataset (Table 9). A short sensitivity check under the transfer settings would address the weakest practical assumption without changing the central claim.
minor comments (6)
  1. Fig. 1 caption and surrounding text use inconsistent notation for the predicted clean mask (bxt vs. bx0); unify with Eq. (5).
  2. Eq. (11) writes {η1,η1}∈(0,2); the second index should be η2.
  3. In §3.4 the encoder-block footnotes (EncBlk1–4, FuBlk, etc.) are dense; a small architecture table would improve readability.
  4. Table 1 marks several second-best results in italic; a few cells (e.g., EORSSD Emaxξ of DAFNet) appear tied or nearly tied—clarify the ranking rule when values are equal to three decimals.
  5. The inference-speed column (4 fps) is honest but could briefly note wall-clock time for T=5 vs. T=10 so readers can trade accuracy for speed.
  6. A few typographical slips remain (e.g., “W ork”, “IPdiff”, “dateset” in Table 9 caption).

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity; purely empirical architecture paper whose SOTA claims rest on held-out public benchmarks, not on any self-referential derivation.

full rationale

IPDiff is a standard deep-learning method paper: it defines a conditional diffusion pipeline (prior network with IRAM + multi-prior denoising network with IPMs), trains it with a hybrid spatial-spectral loss, and reports superior Sα / Fmaxβ / Emaxξ / MAE on the public test splits of ORSSD, EORSSD and ORSI-4199 against 46 external baselines (Table 1). All supporting evidence consists of independent measurements—component ablations (Tables 2–8), cross-dataset / zero-shot transfer (Table 9), and qualitative error-correction trajectories (Fig. 8)—none of which reduce a claimed prediction to a fitted constant or to a self-citation by construction. Self-citations appear only as ordinary related-work or baseline references to the authors’ earlier ORSI-SOD models; they do not supply a uniqueness theorem, an ansatz, or any load-bearing premise of the present architecture. Hyper-parameters (T=10, r=20 %, spectral masks) are selected by ablation and treated as fixed engineering choices, not as derived predictions. Consequently none of the six circularity patterns is present.

Assumptions & free parameters 5 free parameters · 3 assumptions · 3 invented entities

The paper rests on the standard DDPM forward/reverse process, a pre-trained PVT-v2 backbone, and a handful of hand-chosen or validation-tuned scalars (T, r, loss weights, input resolution). The novel modules (IRAM, IPM, hybrid loss) are engineering constructs whose utility is demonstrated only by ablation on the same data; they introduce no new physical entities.

free parameters (5)
  • total diffusion timesteps T = 10
    Set to 10 after ablation; controls both accuracy and inference cost.
  • IPM perturbation rate r = 0.20
    Fraction of feature channels randomly zeroed during training; chosen by validation.
  • loss weight on saliency prior St = 0.5
    Coefficient 0.5 in total loss (Eq. 18) to balance the two supervised heads.
  • learnable spectrum-decoupling γ and aggregation η1,η2 = data-driven
    Adaptive masks and soft weights inside IRAM; optimized end-to-end on training data.
  • input resolution / learning rate / epochs / batch size = 352 / 1e-4 / 150 / 16
    Standard training hyper-parameters fixed at 352², 1e-4, 150, 16.
assumptions (3)
  • domain assumption The standard DDPM Markov noising and reverse-process equations (Ho et al. 2020) correctly describe the distribution of binary saliency masks.
    Invoked throughout Section 3.1; no proof that the Gaussian schedule is optimal for sparse remote-sensing masks.
  • domain assumption Low-frequency spectral components predominantly encode large objects and background redundancy while high-frequency components encode edges and small objects.
    Stated in Section 3.3 as justification for IRAM’s spectrum decoupling; treated as given rather than measured.
  • ad hoc to paper A single forward pass of a trained network cannot correct its own errors (static-inference limitation).
    Used in the introduction and Fig. 1 to motivate the dynamic strategy; true by definition for non-iterative models but not a universal law.
invented entities (3)
  • Information Reconstruction-driven Attention Module (IRAM)
    purpose: Adaptively decouple, weight and re-aggregate spectral components to produce more informative hierarchical priors.
    New architectural block; utility shown only by ablation on the same three datasets; no external theoretical guarantee.
  • Information Perturbation Module (IPM)
    purpose: Randomly mask encoder features during training to improve anti-interference capacity.
    Training-only regularizer; effectiveness demonstrated solely by internal ablations.
  • Spatial-spectral collaborative hybrid loss
    purpose: Supervise both pixel-space and Fourier-space alignment of predicted masks.
    Novel combination of weighted BCE/IoU, edge BCE and SSIM on real/imaginary FFT parts; no external validation outside the paper’s experiments.

how reviews work

0 comments
Cite this review

Pith. "Pith review of IPDiff: Diffusion-driven ORSI Salient Object Detection with Information Reconstruction and Multi-Prior Guidance." pith.science (2026). https://pith.science/paper/SBLNTNZ3

@misc{pith2026260703696,
  author       = {Pith},
  title        = {Pith review of: IPDiff: Diffusion-driven ORSI Salient Object Detection with Information Reconstruction and Multi-Prior Guidance},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/SBLNTNZ3}},
  note         = {Machine review of arXiv:2607.03696}
}
read the original abstract

Existing Salient Object Detection in Optical Remote Sensing Image (ORSI-SOD) methods mainly adopt the static inference strategy, which uses fixed trained model parameters for saliency inference in the testing phase. This means that even if the generated saliency map has errors, it cannot be further optimized. In this paper, we propose the novel IPDiff, a Diffusion-driven ORSI-SOD method with Information Reconstruction and Multi-Prior Guidance. We build IPDiff based on a unique dynamic optimization strategy, which endows IPDiff with the ability to iteratively optimize saliency maps with a dynamic parameter. Specifically, we formulate ORSI-SOD as a conditional diffusion problem in IPDiff. IPDiff first extracts informative conditional priors from ORSIs, including the saliency prior and the hierarchical priors, in the prior network with the assistance of the information reconstruction-driven attention module. The saliency prior can provide positional information of salient objects, while the hierarchical priors can provide specific detail and semantic information of salient objects. Under the guidance of these priors, IPDiff then iteratively denoises random noise as the timestep dynamically changes in the denoising network, generating saliency maps that are close to ground truths. Notably, we simultaneously supervise IPDiff in both spatial and spectral domains through a hybrid loss function to achieve efficient network training. Comprehensive experiments on public ORSSD, EORSSD, and ORSI-4199 datasets demonstrate that our proposed IPDiff achieves the best performance compared to 46 state-of-the-art methods. The code and results of our method are available at https://github.com/MathLee/IPDiff.

Figures

Figures reproduced from arXiv: 2607.03696 by the authors.

Figure 1
Figure 1. Two strategies in ORSI-SOD. Existing static [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Illustration of the forward diffusion process and the reverse denoising process. [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. The overall framework of the proposed IPDiff. IPDiff consists of a prior network and a denoising network. [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Illustration of the Information Reconstruction-driven Attention Module. [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Visualization of the saliency prior and the hier [PITH_FULL_IMAGE:figures/full_fig_p009_5.png]
Figure 6
Figure 6. Figure 6: Visualization of operations and features in the [PITH_FULL_IMAGE:figures/full_fig_p010_6.png]
Figure 7
Figure 7. Figure 7: Qualitative comparisons with nine representative state-of-the-art methods. The source dataset is shown on [PITH_FULL_IMAGE:figures/full_fig_p013_7.png]
Figure 8
Figure 8. Figure 8: Visualization of the dynamic optimization from [PITH_FULL_IMAGE:figures/full_fig_p017_8.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

300 extracted references · 4 linked inside Pith

  1. [1]

    1998 , volume=

    Laurent Itti and Christof Koch and Ernst Niebur , journal=TPAMI, title=. 1998 , volume=

  2. [2]

    2011 , volume=

    Liu, Tie and Yuan, Zejian and Sun, Jian and Wang, Jingdong and Zheng, Nanning and Tang, Xiaoou and Shum, Heung-Yeung , journal=TPAMI, title=. 2011 , volume=

  3. [3]

    2019 , pages=

    Ye, Linwei and Rochan, Mrigank and Liu, Zhi and Wang, Yang , booktitle=CVPR, title=. 2019 , pages=

  4. [4]

    2019 , pages=

    Xuebin Qin and Zichen Zhang and Chenyang Huang and Chao Gao and Masood Dehghan and Martin Jagersand , booktitle=CVPR, title=. 2019 , pages=

  5. [5]

    2019 , pages=

    Deng-Ping Fan and Wenguan Wang and Ming-Ming Cheng and Jianbing Shen , booktitle=CVPR, title=. 2019 , pages=

  6. [6]

    2015 , volume=

    Ran Shi and King Ngi Ngan and Songnan Li and Raveendran Paramesran and Hongliang Li , journal=TIP, title=. 2015 , volume=

  7. [7]

    2017 , volume=

    Zhizhen Chi and Hongyang Li and Huchuan Lu and Ming-Hsuan Yang , journal=TIP, title=. 2017 , volume=

  8. [8]

    2016 , volume=

    Xu Jia and Huchuan Lu and Ming-Hsuan Yang , journal=TIP, title=. 2016 , volume=

Show all 300 references
  1. [9]

    Saliency Tree: A Novel Saliency Detection Framework , year=

    Zhi Liu and Wenbin Zou and Olivier. Saliency Tree: A Novel Saliency Detection Framework , year=

  2. [10]

    2012 , volume=

    Zhi Liu and Ran Shi and Liquan Shen and Yinzhu Xue and King Ngi Ngan and Zhaoyang Zhang , journal=TMM, title=. 2012 , volume=

  3. [11]

    2015 , volume=

    Wenbin Zou and Zhi Liu and Kidiyo Kpalma and Joseph Ronsin and Yong Zhao and Nikos Komodakis , journal=TIP, title=. 2015 , volume=

  4. [12]

    2017 , volume=

    Linwei Ye and Zhi Liu and Lina Li and Liquan Shen and Cong Bai and Yang Wang , journal=TMM, title=. 2017 , volume=

  5. [13]

    Qibin Hou and Ming-Ming Cheng and Xiaowei Hu and Ali Borji and Zhuowen Tu and Philip H. S. Torr , journal=TPAMI, title=. 2019 , volume=

  6. [14]

    2019 , month=

    Liu, Zhengyi and Shi, Song and Duan, Quntao and Zhang, Wei and Zhao, Peng , title =. 2019 , month=

  7. [15]

    2017 , pages=

    Deng-Ping Fan and Ming-Ming Cheng and Yun Liu and Tao Li and Ali Borji , title=. 2017 , pages=

  8. [16]

    2021 , volume=

    Cheng, Ming-Ming and Fan, Deng-Ping , journal=IJCV, title=. 2021 , volume=

  9. [17]

    2018 , pages=

    Enhanced-alignment Measure for Binary Foreground Map Evaluation , author=. 2018 , pages=

  10. [18]

    2015 , pages=

    Jianqiang Ren and Xiaojin Gong and Lu Yu and Wenhui Zhou and Michael Ying Yang , booktitle=CVPRW, title=. 2015 , pages=

  11. [19]

    2014 , pages=

    Xingxing Fan and Zhi Liu and Guangling Sun , booktitle=DSP, title=. 2014 , pages=

  12. [20]

    2014 , volume=

    Yuming Fang and Junle Wang and Manish Narwaria and Patrick Le Callet and Weisi Lin , journal=TIP, title=. 2014 , volume=

  13. [21]

    2016 , volume=

    Runmin Cong and Jianjun Lei and Changqing Zhang and Qingming Huang and Xiaochun Cao and Chunping Hou , journal=SPL, title=. 2016 , volume=

  14. [22]

    2019 , month =

    Ding, Yu and Liu, Zhi and Huang, Mengke and Shi, Ran and Wang, Xiangyang , title =. 2019 , month =

  15. [23]

    2017 , pages=

    Riku Shigematsu and David Feng and Shaodi You and Nick Barnes , booktitle=ICCVW, title=. 2017 , pages=

  16. [24]

    2015 , month=

    Ronneberger, Olaf and Fischer, Philipp and Brox, Thomas , booktitle=MICCAI, pages=. 2015 , month=

  17. [25]

    Learning rich features from

    Gupta, Saurabh and Girshick, Ross and Arbel. Learning rich features from. 2014 , month=

  18. [26]

    2015 , month=

    Holistically-nested edge detection , author=. 2015 , month=

  19. [27]

    2015 , pages=

    Very deep convolutional networks for large-scale image recognition , author=. 2015 , pages=

  20. [28]

    2014 , month=

    Caffe: Convolutional architecture for fast feature embedding , author=. 2014 , month=

  21. [29]

    2010 , month=

    Understanding the difficulty of training deep feedforward neural networks , author=. 2010 , month=

  22. [30]

    2014 , month=

    Dropout: A simple way to prevent neural networks from overfitting , author=. 2014 , month=

  23. [31]

    2010 , pages=

    Large-scale machine learning with stochastic gradient descent , author=. 2010 , pages=

  24. [32]

    2018 , month=

    Salient Objects in Clutter: Bringing Salient Object Detection to the Foreground , author=. 2018 , month=

  25. [33]

    How to Evaluate Foreground Maps , year=

    R. How to Evaluate Foreground Maps , year=

  26. [34]

    2017 , pages=

    An Innovative Salient Object Detection Using Center-Dark Channel Prior , author=. 2017 , pages=

  27. [35]

    2014 , month=

    Depth saliency based on anisotropic center-surround difference , author=. 2014 , month=

  28. [36]

    2016 , pages=

    Feng, David and Barnes, Nick and You, Shaodi and McCarthy, Chris , booktitle=CVPR, title=. 2016 , pages=

  29. [37]

    2016 , pages=

    Guo, Jingfan and Ren, Tongwei and Bei, Jia , booktitle=ICME, title=. 2016 , pages=

  30. [38]

    Depth-Aware Salient Object Detection and Segmentation via Multiscale Discriminative Saliency Fusion and Bootstrap Learning , year=

    Song, Hangke and Liu, Zhi and Du, Huan and Sun, Guangling and. Depth-Aware Salient Object Detection and Segmentation via Multiscale Discriminative Saliency Fusion and Bootstrap Learning , year=

  31. [39]

    2017 , volume=

    Qu, Liangqiong and He, Shengfeng and Zhang, Jiawei and Tian, Jiandong and Tang, Yandong and Yang, Qingxiong , journal=TIP, title=. 2017 , volume=

  32. [40]

    Adaptive Fusion for

    Wang, Ningning and Gong, Xiaojin , journal=. Adaptive Fusion for. 2019 , volume=

  33. [41]

    2018 , month=

    Han, Junwei and Chen, Hao and Liu, Nian and Yan, Chenggang and Li, Xuelong , title=. 2018 , month=

  34. [42]

    2018 , pages=

    Chen, Hao and Li, Youfu , booktitle=CVPR, title=. 2018 , pages=

  35. [43]

    Multi-modal fusion network with multi-scale multi-path and cross-modal interactions for

    Chen, Hao and Li, Youfu and Su, Dan , journal=PR, volume=. Multi-modal fusion network with multi-scale multi-path and cross-modal interactions for. 2019 , month=

  36. [44]

    Three-Stream Attention-Aware Network for

    Chen, Hao and Li, Youfu , journal=TIP, volume=. Three-Stream Attention-Aware Network for. 2019 , month=

  37. [45]

    Contrast Prior and Fluid Pyramid Integration for

    Zhao, Jia-Xing and Cao, Yang and Fan, Deng-Ping and Cheng, Ming-Ming and Li, Xuan-Yi and Zhang, Le , booktitle=CVPR, pages=. Contrast Prior and Fluid Pyramid Integration for. 2019 , month=

  38. [46]

    2019 , month=

    Depth-induced Multi-scale Recurrent Attention Network for Saliency Detection , author=. 2019 , month=

  39. [47]

    2012 , month=

    Leveraging stereopsis for saliency analysis , author=. 2012 , month=

  40. [48]

    2014 , month=

    Saliency Detection on Light Field , author=. 2014 , month=

  41. [49]

    2014 , month=

    Depth Enhanced Saliency Detection Method , author=. 2014 , month=

  42. [50]

    2014 , month=

    Peng, Houwen and Li, Bing and Xiong, Weihua and Hu, Weiming and Ji, Rongrong , booktitle=ECCV, pages=. 2014 , month=

  43. [51]

    Saliency detection for

    Song, Hangke and Liu, Zhi and Du, Huan and Sun, Guangling and Bai, Cong , booktitle=ICIMCS, year=. Saliency detection for

  44. [52]

    Salient object detection in

    Guo, Jingfan and Ren, Tongwei and Jia, Bei and Zhu, Yujin , booktitle=ICIMCS, year=. Salient object detection in

  45. [53]

    2017 , volume=

    Anzhi Wang and Minghui Wang , journal=SPL, title=. 2017 , volume=

  46. [54]

    Li and Ge Li , booktitle=ICME, title=

    Chunbiao Zhu and Xing Cai and Kan Huang and Thomas H. Li and Ge Li , booktitle=ICME, title=. 2019 , pages=

  47. [55]

    2016 , pages=

    Fisher Yu and Vladlen Koltun , title=. 2016 , pages=

  48. [56]

    2022 , volume=

    Wenguan Wang and Qiuxia Lai and Huazhu Fu and Jianbing Shen and Haibin Ling and Ruigang Yang , journal=TPAMI, title=. 2022 , volume=

  49. [57]

    2015 , volume=

    Ali Borji and Ming-Ming Cheng and Huaizu Jiang and Jia Li , title =. 2015 , volume=

  50. [58]

    2021 , volume=

    Deng-Ping Fan and Zheng Lin and Zhao Zhang and Menglong Zhu and Ming-Ming Cheng , title=. 2021 , volume=

  51. [59]

    Tao Zhou and Deng-Ping Fan and Ming-Ming Cheng and Jianbing Shen and Ling Shao , journal=

  52. [60]

    2020 , volume=

    Li, Gongyang and Liu, Zhi and Ling, Haibin , title =. 2020 , volume=

  53. [61]

    2021 , volume=

    Gongyang Li and Zhi Liu and Minyu Chen and Zhen Bai and Weisi Lin and Haibin Ling , title=. 2021 , volume=

  54. [62]

    2017 , volume=

    Vijay Badrinarayanan and Alex Kendall and Roberto Cipolla , journal=TPAMI, title=. 2017 , volume=

  55. [63]

    2020 , volume=

    Hao Chen and Yongjian Deng and Youfu Li and Tzu-Yi Hung and Guosheng Lin , title =. 2020 , volume=

  56. [64]

    2019 , volume=

    Xiaolin Xiao and Yicong Zhou and Yue-Jiao Gong , title =. 2019 , volume=

  57. [65]

    2020 , volume=

    Chenglizhao Chen and Jipeng Wei and Chong Peng and Weizhong Zhang and Hong Qin , title =. 2020 , volume=

  58. [66]

    2020 , volume=

    Runmin Cong and Jianjun Lei and Huazhu Fu and Junhui Hou and Qingming Huang and Sam Kwong , journal=TCYB, title=. 2020 , volume=

  59. [67]

    2021 , volume=

    Chongyi Li and Runmin Cong and Sam Kwong and Junhui Hou and Huazhu Fu and Guopu Zhu and Dingwen Zhang and Qingming Huang , journal=TCYB, title=. 2021 , volume=

  60. [68]

    2020 , volume=

    Hao Chen and Youfu Li and Dan Su , journal=TCYB, title=. 2020 , volume=

  61. [69]

    2020 , month=

    Xiaofei Zhou and Gongyang Li and Chen Gong and Zhi Liu and Jiyong Zhang , title =. 2020 , month=

  62. [70]

    2020 , month=

    Zhengyi Liu and Wei Zhang and Peng Zhao , title =. 2020 , month=

  63. [71]

    Fu, Keren and Fan, Deng-Ping and Ji, Ge-Peng and Zhao, Qijun , booktitle=CVPR, year=

  64. [72]

    Learning Selective Self-Mutual Attention for

    Liu, Nian and Zhang, Ni and Han, Junwei , booktitle=CVPR, year=. Learning Selective Self-Mutual Attention for

  65. [73]

    Select, Supplement and Focus for

    Miao Zhang and Weisong Ren and Yongri Piao and Zhengkun Rong and Huchuan Lu , booktitle=CVPR, year=. Select, Supplement and Focus for

  66. [74]

    A2dele: Adaptive and Attentive Depth Distiller for Efficient

    Yongri Piao and Zhengkun Rong and Miao Zhang and Weisong Ren and Huchuan Lu , booktitle=CVPR, year=. A2dele: Adaptive and Attentive Depth Distiller for Efficient

  67. [75]

    Jing Zhang and Deng-Ping Fan and Yuchao Dai and Saeed Anwar and Fatemeh Sadat Saleh and Tong Zhang and Nick Barnes , booktitle=CVPR, year=

  68. [76]

    2020 , pages=

    Li, Gongyang and Liu, Zhi and Ye, Linwei and Wang, Yang and Ling, Haibin , title =. 2020 , pages=

  69. [77]

    Accurate

    Wei. Accurate. 2020 , pages=

  70. [78]

    Fan, Deng-Ping and Zhai, Yingjie and Borji, Ali and Yang, Jufeng and Shao, Ling , booktitle=ECCV, year=

  71. [79]

    2020 , pages=

    Youwei Pang and Lihe Zhang and Xiaoqi Zhao and Huchuan Lu , title =. 2020 , pages=

  72. [80]

    2020 , pages=

    Chen, Shuhan and Fu, Yun , booktitle=ECCV, title=. 2020 , pages=

  73. [81]

    2020 , pages=

    Chongyi Li and Runmin Cong and Yongri Piao and Qianqian Xu and Chen Change Loy , booktitle=ECCV, title=. 2020 , pages=

  74. [82]

    A Single Stream Network for Robust and Real-time

    Zhao, Xiaoqi and Zhang, Lihe and Pang, Youwei and Lu, Huchuan and Zhang, Lei , booktitle=ECCV, year=. A Single Stream Network for Robust and Real-time

  75. [83]

    Asymmetric Two-Stream Architecture for Accurate

    Miao Zhang and Sun Xiao-Fei and Jie Liu and Shuang Xu and Yongri Piao and Huchuan Lu , booktitle=ECCV, year=. Asymmetric Two-Stream Architecture for Accurate

  76. [84]

    Cascade Graph Neural Networks for

    Ao Luo and Xin Li and Fan Yang and Zhicheng Jiao and Hong Cheng and Siwei Lyu , booktitle=ECCV, year=. Cascade Graph Neural Networks for

  77. [85]

    Feature Reintegration over Differential Treatment: A Top-down and Adaptive Fusion Network for

    Miao. Feature Reintegration over Differential Treatment: A Top-down and Adaptive Fusion Network for. 2020 , pages=

  78. [86]

    2020 , pages=

    Is Depth Really Necessary for Salient Object Detection? , author=. 2020 , pages=

  79. [87]

    Adam Paszke and Sam Gross and Francisco Massa and Adam Lerer and James Bradbury and Gregory Chanan and Trevor Killeen and Zeming Lin and Natalia Gimelshein and Luca Antiga and Alban Desmaison and Andreas Kopf and Edward Yang and Zachary DeVito and Martin Raison and Alykhan Tej...

  80. [88]

    2015 , pages=

    Adam: A method for stochastic optimization , author=. 2015 , pages=

  81. [89]

    Delving Deep into Rectifiers: Surpassing Human-Level Performance on

    Kaiming He and Xiangyu Zhang and Shaoqing Ren and Jian Sun , booktitle=ICCV, year=. Delving Deep into Rectifiers: Surpassing Human-Level Performance on

  82. [90]

    2021 , month=

    Yuan-Fang Zhang and Jiangbin Zheng and Long Li and Nian Liu and Wenjing Jia and Xiaochen Fan and Chengpei Xu and Xiangjian He , title =. 2021 , month=

  83. [91]

    2019 , volume=

    Runmin Cong and Jianjun Lei and Huazhu Fu and Ming-Ming Cheng and Weisi Lin and Qingming Huang , journal=TCSVT, title=. 2019 , volume=

  84. [92]

    Guibiao Liao and Wei Gao and Qiuping Jiang and Ronggang Wang and Ge Li , booktitle=MM, year=

  85. [93]

    2020 , volume=

    Wujie Zhou and Yuzhen Chen and Chang Liu and Lu Yu , journal=SPL, title=. 2020 , volume=

  86. [94]

    Mitra and Xiaolei Huang and Philip H

    Ming-Ming Cheng and Niloy J. Mitra and Xiaolei Huang and Philip H. S. Torr and Shi-Min Hu , journal=TPAMI, title=. 2015 , volume=

  87. [95]

    2017 , volume=

    Wang, Jingdong and Jiang, Huaizu and Yuan, Zejian and Cheng, Ming-Ming and Hu, Xiaowei and Zheng, Nanning , journal=IJCV, title=. 2017 , volume=

  88. [96]

    2019 , volume=

    Linzhao Wang and Lijun Wang and Huchuan Lu and Pingping Zhang and Xiang Ruan , journal=TPAMI, title=. 2019 , volume=

  89. [97]

    2021 , volume=

    Wenguan Wang and Jianbing Shen and Jianwen Xie and Ming-Ming Cheng and Haibin Ling and Ali Borji , journal=TPAMI, title=. 2021 , volume=

  90. [98]

    2019 , volume=

    Salient object detection: A survey , author=. 2019 , volume=

  91. [99]

    2020 , volume=

    Nian Liu and Junwei Han and Ming-Hsuan Yang , journal=TIP, title=. 2020 , volume=

  92. [100]

    Srivastava and Li Deng and Piotr Doll\'

    Hao Fang and Saurabh Gupta and Forrest Iandola and Rupesh K. Srivastava and Li Deng and Piotr Doll\'. From captions to visual concepts and back , year=

  93. [101]

    2019 , month=

    Li, Gongyang and Liu, Zhi and Shi, Ran and Wei, Weijie , title =. 2019 , month=

  94. [102]

    2021 , volume=

    Gongyang Li and Zhi Liu and Ran Shi and Zheng Hu and Weijie Wei and Yong Wu and Mengke Huang and Haibin Ling , journal=TIP, title=. 2021 , volume=

  95. [103]

    2020 , volume=

    Zhengzheng Tu and Tian Xia and Chenglong Li and Xiaoxiao Wang and Yan Ma and Jin Tang , journal=TMM, title=. 2020 , volume=

  96. [104]

    2020 , volume=

    Qiang Zhang and Nianchang Huang and Lin Yao and Dingwen Zhang and Caifeng Shan and Jungong Han , journal=TIP, title=. 2020 , volume=

  97. [105]

    2018 , pages=

    Wang, Guizhao and Li, Chenglong and Ma, Yunpeng and Zheng, Aihua and Tang, Jin and Luo, Bin , booktitle=CIGT, title=. 2018 , pages=

  98. [106]

    2019 , pages=

    Zhengzheng Tu and Tian Xia and Chenglong Li and Yijuan Lu and Jin Tang , booktitle=MIPR, title=. 2019 , pages=

  99. [107]

    2009 , pages=

    Radhakrishna Achanta and Sheila Hemami and Francisco Estrada and Sabine Susstrunk , booktitle=CVPR, title=. 2009 , pages=

  100. [108]

    2017 , volume=

    Nianyi Li and Jinwei Ye and Yu Ji and Haibin Ling and Jingyi Yu , journal=TPAMI, title=. 2017 , volume=

  101. [109]

    2015 , pages=

    Nianyi Li and Bilin Sun and Jingyi Yu , booktitle=CVPR, title=. 2015 , pages=

  102. [110]

    2015 , pages=

    Saliency Detection with a Deeper Investigation of Light Field , author=. 2015 , pages=

  103. [111]

    2017 , volume=

    Jun Zhang and Meng Wang and Liang Lin and Xun Yang and Jun Gao and Yong Rui , journal=ACMTOMM, title=. 2017 , volume=

  104. [112]

    2019 , month=

    Deep Learning for Light Field Saliency Detection , author=. 2019 , month=

  105. [113]

    2019 , pages=

    Deep Light-field-driven Saliency Detection from a Single View , author=. 2019 , pages=

  106. [114]

    2019 , pages=

    Memory-oriented Decoder for Light Field Salient Object Detection , author=. 2019 , pages=

  107. [115]

    2020 , volume=

    Jun Zhang and Yamei Liu and Shengping Zhang and Ronald Poppe and Meng Wang , title =. 2020 , volume=

  108. [116]

    2020 , journal=

    Learning Selective Mutual Attention and Contrast for RGB-D Saliency Detection , author=. 2020 , journal=

  109. [117]

    2015 , pages=

    Changyang Li and Yuchen Yuan and Weidong Cai and Yong Xia and David Dagan Feng , booktitle=CVPR, title=. 2015 , pages=

  110. [118]

    2016 , volume=

    Jiwhan Kim and Dongyoon Han and Yu-Wing Tai and Junmo Kim , journal=TIP, title=. 2016 , volume=

  111. [119]

    2017 , volume=

    Li Zhou and Zhaohui Yang and Zongtan Zhou and Dewen Hu , journal=TIP, title=. 2017 , volume=

  112. [120]

    Maybank , journal=TPAMI, title=

    Houwen Peng and Bing Li and Haibin Ling and Weiming Hu and Weihua Xiong and Stephen J. Maybank , journal=TPAMI, title=. 2017 , volume=

  113. [121]

    2018 , volume=

    Yuchen Yuan and Changyang Li and Jinman Kim and Weidong Cai and David Dagan Feng , journal=TIP, title=. 2018 , volume=

  114. [122]

    2017 , pages=

    Qibin Hou and Ming-Ming Cheng and Xiaowei Hu and Ali Borji and Zhuowen Tu and Philip Torr , booktitle=CVPR, title=. 2017 , pages=

  115. [123]

    2018 , pages=

    Xiaowei Hu and Lei Zhu and Jing Qin and Chi-Wing Fu and Pheng-Ann Heng , booktitle=AAAI, title=. 2018 , pages=

  116. [124]

    2018 , pages=

    Zijun Deng and Xiaowei Hu and Lei Zhu and Xuemiao Xu and Jing Qin and Guoqiang Han and Pheng-Ann Heng , booktitle=IJCAI, title=. 2018 , pages=

  117. [125]

    2019 , month=

    Mengke Huang and Zhi Liu and Linwei Ye and Xiaofei Zhou and Yang Wang , title =. 2019 , month=

  118. [126]

    2019 , pages=

    Ting Zhao and Xiangqian Wu , booktitle=CVPR, title=. 2019 , pages=

  119. [127]

    2019 , pages=

    Jiang-Jiang Liu and Qibin Hou and Ming-Ming Cheng and Jiashi Feng and Jianmin Jiang , booktitle=CVPR, title=. 2019 , pages=

  120. [128]

    2019 , pages=

    Jiaxing Zhao and Jiang-Jiang Liu and Deng-Ping Fan and Yang Cao and Jufeng Yang and Ming-Ming Cheng , booktitle=ICCV, title=. 2019 , pages=

  121. [129]

    2020 , pages=

    Huajun Zhou and Xiaohua Xie and Jian-Huang Lai and Zixuan Chen and Lingxiao Yang , booktitle=CVPR, title=. 2020 , pages=

  122. [130]

    2020 , pages=

    Global Context-Aware Progressive Aggregation Network for Salient Object Detection , author=. 2020 , pages=

  123. [131]

    2020 , pages=

    Youwei Pang and Xiaoqi Zhao and Lihe Zhang and Huchuan Lu , booktitle=CVPR, title=. 2020 , pages=

  124. [132]

    2020 , pages=

    Xiaoqi Zhao and Youwei Pang and Lihe Zhang and Huchuan Lu and Lei Zhang , title =. 2020 , pages=

  125. [133]

    2018 , volume=

    Qijian Zhang and Libao Zhang and Wenqi Shi and Yue Liu , title =. 2018 , volume=

  126. [134]

    2019 , volume=

    Ziming Liu and Danpei Zhao and Zhenwei Shi and Zhiguo Jiang , title =. 2019 , volume=

  127. [135]

    2019 , volume=

    Libao Zhang and Yanan Liu and Jue Zhang , title =. 2019 , volume=

  128. [136]

    2019 , volume=

    Chongyi Li and Runmin Cong and Junhui Hou and Sanyi Zhang and Yue Qian and Sam Kwong , title =. 2019 , volume=

  129. [137]

    2021 , volume=

    Qijian Zhang and Runmin Cong and Chongyi Li and Ming-Ming Cheng and Yuming Fang and Xiaochun Cao and Yao Zhao and Sam Kwong , title =. 2021 , volume=

  130. [138]

    2021 , volume=

    Libao Zhang and Jie Ma , title =. 2021 , volume=

  131. [139]

    2016 , volume=

    Libao Zhang and Aoxue Li and Zhongjun Zhang and Kaina Yang , title =. 2016 , volume=

  132. [140]

    2020 , month=

    Chongyi Li and Runmin Cong and Chunle Guo and Hua Li and Chunjie Zhang and Feng Zheng and Yao Zhao , title =. 2020 , month=

  133. [141]

    Soomro , journal=GRSL, title=

    Long Ma and Bin Du and He Chen and Nouman Q. Soomro , journal=GRSL, title=. 2016 , volume=

  134. [142]

    2015 , volume=

    Danpei Zhao and Jiajia Wang and Jun Shi and Zhiguo Jiang , journal=JARS, title=. 2015 , volume=

  135. [143]

    2017 , volume=

    Er Li and Shibiao Xu and Weiliang Meng and Xiaopeng Zhang , journal=JSTARS, title=. 2017 , volume=

  136. [144]

    2019 , volume=

    Chao Dong and Jinghong Liu and Fang Xu and Chenglong Liu , journal=RS, title=. 2019 , volume=

  137. [145]

    Salient Object Detection on Hyperspectral Images Using Features Learned from Unsupervised Segmentation Task , booktitle = ICASSP, year =

    Nevrez \.lmamo. Salient Object Detection on Hyperspectral Images Using Features Learned from Unsupervised Segmentation Task , booktitle = ICASSP, year =

  138. [146]

    2015 , month=

    Muwei Jian and Kin-Man Lam and Junyu Dong and Linlin Shen , title=. 2015 , month=

  139. [147]

    2020 , month=

    Shuhan Chen and Ben Wang and Xiuli Tan and Xuelong Hu , title=. 2020 , month=

  140. [148]

    2020 , month=

    Haofeng Li and Guanbin Li and Yizhou Yu , title=. 2020 , month=

  141. [149]

    2021 , url=

    Yun Liu and Ming-Ming Cheng and Xin-Yu Zhang and Guang-Yu Nie and Meng Wang , title=. 2021 , url=

  142. [150]

    2019 , month=

    Yuan Zhou and Shuwei Huo and Wei Xiang and Chunping Hou and Sun-Yuan Kung , title=. 2019 , month=

  143. [151]

    2015 , month=

    Ming Liang and Xiaolin Hu , title=. 2015 , month=

  144. [152]

    2019 , url=

    Shigang Wang and Shuyuan Yang and Min Wang and Licheng Jiao , title=. 2019 , url=

  145. [153]

    2021 , month=

    Haofeng Li and Guanbin Li and Binbin Yang and Guanqi Chen and Liang Lin and Yizhou Yu , title=. 2021 , month=

  146. [154]

    2020 , url=

    Junxia Li and Zefeng Pan and Qingshan Liu and Ying Cui and Yubao Sun , title=. 2020 , url=

  147. [155]

    2020 , url=

    Ke Yan and Xiuying Wang and Jinman Kim and Dagan Feng , title=. 2020 , url=

  148. [156]

    2014 , month=

    Jin-Gang Yu and Ji Zhao and Jinwen Tian and Yihua Tan , title=. 2014 , month=

  149. [157]

    2019 , volume=

    Nengyuan Liu and Zongjie Cao and Zongyong Cui and Yiming Pi and Sihang Dang , title =. 2019 , volume=

  150. [158]

    2017 , volume=

    Shigang Wang and Min Wang and Shuyuan Yang and Licheng Jiao , title =. 2017 , volume=

  151. [159]

    2019 , volume=

    Mengke Li and Ming Li and Peng Zhang and Yan Wu and Wanying Song and Lin An , title =. 2019 , volume=

  152. [160]

    2018 , volume=

    Weiping Ni and Long Ma and Weidong Yan and Han Zhang and Junzheng Wu , title =. 2018 , volume=

  153. [161]

    2019 , volume=

    Minhao Jing and Danpei Zhao and Min Zhou and Yue Gao and Zhiguo Jiang and Zhenwei Shi , title =. 2019 , volume=

  154. [162]

    2019 , volume=

    Libao Zhang and Shiyi Wang and Congyang Liu and Yue Wang , title =. 2019 , volume=

  155. [163]

    2013 , volume=

    Shengxiang Qi and Jie Ma and Chao Tao and Changcai Yang and Jinwen Tian , title =. 2013 , volume=

  156. [164]

    2015 , volume=

    Shengxiang Qi and Jie Ma and Jin Lin and Yansheng Li and Jinwen Tian , title =. 2015 , volume=

  157. [165]

    2016 , volume=

    Liang Zhai and Yu Li and Yi Su , title =. 2016 , volume=

  158. [166]

    2017 , volume=

    Libao Zhang and Jue Zhang , title =. 2017 , volume=

  159. [167]

    2020 , volume=

    Libao Zhang and Jue Zhang , title =. 2020 , volume=

  160. [168]

    2014 , volume=

    Hui-Zhong Chen and Ning Jing and Jun Wang and Yong-Guang Chen and Luo Chen , title =. 2014 , volume=

  161. [169]

    2020 , volume=

    Libao Zhang and Congyang Liu , title =. 2020 , volume=

  162. [170]

    2017 , volume=

    Feng Yang and Qizhi Xu and Bo Li , title =. 2017 , volume=

  163. [171]

    2017 , volume=

    Tong Li and Junping Zhang and Xiaochen Lu and Ye Zhang , title =. 2017 , volume=

  164. [172]

    2016 , volume=

    Qiang Zhang and Yan Wu and Fan Wang and Jianwei Fan and Lei Zhang and Licheng Jiao , title =. 2016 , volume=

  165. [173]

    2019 , volume=

    Guichi Liu and Lin Qi and Yun Tie and Long Ma , title =. 2019 , volume=

  166. [174]

    2014 , volume=

    Libao Zhang and Kaina Yang , title =. 2014 , volume=

  167. [175]

    2014 , volume=

    Qiang Zhang and Yan Wu and Wei Zhao and Fan Wang and Jianwei Fan and Ming Li , title =. 2014 , volume=

  168. [176]

    2015 , pages=

    Libao Zhang and Shuang Wang and Xuewei Li , title =. 2015 , pages=

  169. [177]

    2017 , pages=

    Libao Zhang and Jue Zhang , title =. 2017 , pages=

  170. [178]

    2018 , pages=

    Libao Zhang and Yue Wang and Yang Sun , title =. 2018 , pages=

  171. [179]

    2009 , volume=

    Daniela Faur and Inge Gavat and Mihai Datcu , title =. 2009 , volume=

  172. [180]

    2016 , pages=

    Hangqi Yan and Yanning Zhang and Wei Wei and Lei Zhang and Yong Li , title =. 2016 , pages=

  173. [181]

    2013 , pages=

    Jie Liang and Jun Zhou and Xiao Bai and Yuntao Qian , title =. 2013 , pages=

  174. [182]

    2019 , pages=

    Zhiqi Shen and Xiaoyan Luo and Rui Xue and Hongyan Wang , title =. 2019 , pages=

  175. [183]

    Yang, Sheng and Jiang, Qiuping and Lin, Weisi and Wang, Yongtao , booktitle=MM, year=

  176. [184]

    2016 , volume=

    Ke Gu and Shiqi Wang and Huan Yang and Weisi Lin and Guangtao Zhai and Xiaokang Yang and Wenjun Zhang , journal=TMM, title=. 2016 , volume=

  177. [185]

    2020 , month=

    Non-rigid object tracking via deep multi-scale spatial-temporal discriminative saliency maps , author=. 2020 , month=

  178. [186]

    2015 , pages=

    Seunghoon Hong and Tackgeun You and Suha Kwak and Bohyung Han , booktitle=ICML, title=. 2015 , pages=

  179. [187]

    2015 , volume =

    Ioffe, Sergey and Szegedy, Christian , booktitle = ICML, pages =. 2015 , volume =

  180. [188]

    Neural Comput

    Backpropagation Applied to Handwritten Zip Code Recognition , author =. Neural Comput. , year=

  181. [189]

    2022 , volume=

    Zhou, Xiaofei and Shen, Kunye and Liu, Zhi and Gong, Chen and Zhang, Jiyong and Yan, Chenggang , title =. 2022 , volume=

  182. [190]

    Zaiane and Martin Jagersand , journal = PR, year=

    Xuebin Qin and Zichen Zhang and Chenyang Huang and Masood Dehghan and Osmar R. Zaiane and Martin Jagersand , journal = PR, year=

  183. [191]

    2021 , volume=

    Junxia Li and Zefeng Pan and Qingshan Liu and Ziyang Wang , journal=TMM, title=. 2021 , volume=

  184. [192]

    2021 , volume=

    Zhe Wu and Li Su and Qingming Huang , journal=TIP, title=. 2021 , volume=

  185. [193]

    2021 , pages=

    Pyramidal Feature Shrinking for Salient Object Detection , author=. 2021 , pages=

  186. [194]

    2021 , pages=

    Locate Globally, Segment Locally: A Progressive Architecture With Knowledge Review Network for Salient Object Detection , author=. 2021 , pages=

  187. [195]

    2019 , pages=

    Kai Zhao and Shanghua Gao and Wenguan Wang and Ming-Ming Cheng , booktitle=ICCV, title=. 2019 , pages=

  188. [196]

    2020 , volume=

    Shuhan Chen and Xiuli Tan and Ben Wang and Huchuan Lu and Xuelong Hu and Yun Fu , journal=TIP, title=. 2020 , volume=

  189. [197]

    2017 , journal=

    Rethinking Atrous Convolution for Semantic Image Segmentation , author=. 2017 , journal=

  190. [198]

    2012 , volume=

    Yuming Fang and Zhenzhong Chen and Weisi Lin and Chia-Wen Lin , journal=TIP, title=. 2012 , volume=

  191. [199]

    2018 , volume=

    Xiang Wang and Huimin Ma and Xiaozhi Chen and Shaodi You , title =. 2018 , volume=

  192. [200]

    2017 , pages=

    Pingping Zhang and Dong Wang and Huchuan Lu and Hongyu Wang and Xiang Ruan , booktitle=ICCV, title=. 2017 , pages=

  193. [201]

    2018 , volume=

    Qingpeng Li and Lichao Mou and Qingjie Liu and Yunhong Wang and Xiao Xiang Zhu , title =. 2018 , volume=

  194. [202]

    2019 , volume=

    Hao Chen and Tong Gao and Wen Chen and Ye Zhang and Jing Zhao , title =. 2019 , volume=

  195. [203]

    2022 , volume=

    Daifeng Peng and Haiyan Guan and Yufu Zang and Lorenzo Bruzzone , title =. 2022 , volume=

  196. [204]

    2020 , journal=

    Vision Meets Drones: Past, Present and Future , author=. 2020 , journal=

  197. [205]

    2022 , volume=

    Zhengzheng Tu and Chao Wang and Chenglong Li and Minghao Fan and Haifeng Zhao and Bin Luo , title =. 2022 , volume=

  198. [206]

    2021 , volume=

    Huang, Zhou and Chen, Huaixin and Liu, Biyuan and Wang, Zhixi , journal=RS, title=. 2021 , volume=

  199. [207]

    2023 , volume=

    Zhen Bai and Zhi Liu and Gongyang Li and Yang Wang , title=. 2023 , volume=

  200. [208]

    2021 , pages=

    Zhou Huang and Huai-Xin Chen and Cheng-Wu Bai and Li-Li Yan , title =. 2021 , pages=

  201. [209]

    2016 , pages=

    Kaiming He and Xiangyu Zhang and Shaoqing Ren and Jian Sun , title =. 2016 , pages=

  202. [210]

    Howard and Menglong Zhu and Bo Chen and Dmitry Kalenichenko and Weijun Wang and Tobias Weyand and Marco Andreetto and Hartwig Adam , year=

    Andrew G. Howard and Menglong Zhu and Bo Chen and Dmitry Kalenichenko and Weijun Wang and Tobias Weyand and Marco Andreetto and Hartwig Adam , year=

  203. [211]

    2018 , pages=

    Mark Sandler and Andrew Howard and Menglong Zhu and Andrey Zhmoginov and Liang-Chieh Chen , title =. 2018 , pages=

  204. [212]

    2021 , pages=

    Xuan Liu and Yumo Zhang and Runmin Cong and Chen Zhang and Ning Yang and Chunjie Zhang and Yao Zhao , title =. 2021 , pages=

  205. [213]

    2022 , volume=

    Xiankai Lu and Wenguan Wang and Jianbing Shen and David Crandall and Jiebo Luo , title=. 2022 , volume=

  206. [214]

    and Shao, Ling , title =

    Wang, Wenguan and Lu, Xiankai and Shen, Jianbing and Crandall, David J. and Shao, Ling , title =. 2019 , pages=

  207. [215]

    Weinberger , booktitle=CVPR, title=

    Gao Huang and Zhuang Liu and Laurens Van Der Maaten and Kilian Q. Weinberger , booktitle=CVPR, title=. 2017 , pages=

  208. [216]

    2016 , pages=

    Hierarchical Question-Image Co-Attention for Visual Question Answering , author=. 2016 , pages=

  209. [217]

    2021 , volume=

    Zhou Huang and Huai-Xin Chen and Tao Zhou and Yun-Zhi Yang and Chang-Yin Wang and Bi-Yuan Liu , journal=PR, title=. 2021 , volume=

  210. [218]

    Liu, Yun and Zhang, Xin-Yu and Bian, Jia-Wang and Zhang, Le and Cheng, Ming-Ming , title=

  211. [219]

    2021 , volume=

    Liu, Yun and Gu, Yu-Chao and Zhang, Xin-Yu and Wang, Weiwei and Cheng, Ming-Ming , title=. 2021 , volume=

  212. [220]

    2020 , pages=

    Gao, Shang-Hua and Tan, Yong-Qiang and Cheng, Ming-Ming and Lu, Chengze and Chen, Yunpeng and Yan, Shuicheng , title =. 2020 , pages=

  213. [221]

    2020 , pages=

    Jingru Ren and Zhi Liu and Gongyang Li and Xiaofei Zhou and Cong Bai and Guangling Sun , title =. 2020 , pages=

  214. [222]

    2023 , volume=

    Gongyang Li and Yike Wang and Zhi Liu and Xinpeng Zhang and Dan Zeng , journal=TCSVT, title=. 2023 , volume=

  215. [223]

    Gongyang Li and Zhi Liu and Zhen Bai and Weisi Lin and Haibin Ling , title =

  216. [224]

    Gongyang Li and Zhi Liu and Weisi Lin and Haibin Ling , title=

  217. [225]

    Runmin Cong and Yumo Zhang and Leyuan Fang and Jun Li and Yao Zhao and Sam Kwong , title=

  218. [226]

    Yu Liu and Shanwen Zhang and Zhen Wang and Baoping Zhao and Lincheng Zou , title=

  219. [227]

    2023 , volume=

    Gongyang Li and Zhi Liu and Dan Zeng and Weisi Lin and Haibin Ling , title =. 2023 , volume=

  220. [228]

    Yang, Brandon and Bender, Gabriel and V Le, Quoc and Ngiam, Jiquan , booktitle=NIPS, title=

  221. [229]

    Yikang Zhang and Jian Zhang and Qiang Wang and Zhao Zhong , journal=

  222. [230]

    2019 , pages=

    Mengyang Feng and Huchuan Lu and Errui Ding , booktitle=CVPR, title=. 2019 , pages=

  223. [231]

    2021 , url=

    Yu-Huan Wu and Yun Liu and Jun Xu and Jia-Wang Bian and Yu-Chao Gu and Ming-Ming Cheng , journal=TPAMI, title=. 2021 , url=

  224. [232]

    2022 , pages=

    Yun Yi Ke and Takahiro Tsubono , title =. 2022 , pages=

  225. [233]

    Min Seok Lee1 and WooSeok Shin and Sung Won Han , booktitle=AAAI, title=

  226. [234]

    2022 , url=

    Yu Qiu and Yun Liu and Yanan Chen and Jianwen Zhang and Jinchao Zhu and Jing Xu , journal=TMM, title=. 2022 , url=

  227. [235]

    2015 , pages=

    He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian , title=. 2015 , pages=

  228. [236]

    2023 , volume=

    Zhou, Xiaofei and Shen, Kunye and Weng, Li and Cong, Runmin and Zheng, Bolun and Zhang, Jiyong and Yan, Chenggang , journal=TCYB, title=. 2023 , volume=

  229. [237]

    2021 , month=

    Tu, Zhengzheng and Ma, Yan and Li, Chenglong and Tang, Jin and Luo, Bin , journal=TCSVT, title=. 2021 , month=

  230. [238]

    2021 , volume=

    Liu, Nian and Zhao, Wangbo and Shao, Ling and Han, Junwei , journal=TIP, title=. 2021 , volume=

  231. [239]

    2021 , volume=

    En, Qing and Duan, Lijuan and Zhang, Zhaoxiang , journal=TIP, title=. 2021 , volume=

  232. [240]

    2019 , volume=

    Feng, Wei and Han, Ruize and Guo, Qing and Zhu, Jianke and Wang, Song , journal=TIP, title=. 2019 , volume=

  233. [241]

    Saliency-Aware Video Compression , year=

    Hadizadeh, Hadi and Baji\'. Saliency-Aware Video Compression , year=

  234. [242]

    2019 , pages=

    Wu, Zhe and Su, Li and Huang, Qingming , booktitle=CVPR, title=. 2019 , pages=

  235. [243]

    2022 , volume=

    Wang, Wenhai and Xie, Enze and Li, Xiang and Fan, Deng-Ping and Song, Kaitao and Liang, Ding and Lu, Tong and Luo, Ping and Shao, Ling , title =. 2022 , volume=

  236. [244]

    2021 , pages=

    Wenhai Wang and Enze Xie and Xiang Li and Deng-Ping Fan and Kaitao Song and Ding Liang and Tong Lu and Ping Luo and Ling Shao , booktitle=ICCV, title=. 2021 , pages=

  237. [245]

    2019 , month=

    Dual attention network for scene segmentation , author=. 2019 , month=

  238. [246]

    2018 , pages=

    Xiaolong Wang and Ross Girshick and Abhinav Gupta and Kaiming He , booktitle=CVPR, title=. 2018 , pages=

  239. [247]

    2017 , pages=

    Attention is all you need , author=. 2017 , pages=

  240. [248]

    arXiv preprint arXiv:2110.07859 , year=

    Receptive Field Broadening and Boosting for Salient Object Detection , author=. arXiv preprint arXiv:2110.07859 , year=

  241. [249]

    2022 , volume=

    Liu, Zhengyi and Tan, Yacheng and He, Qian and Xiao, Yun , journal=TCSVT, title=. 2022 , volume=

  242. [250]

    2021 , pages=

    Liu, Nian and Zhang, Ni and Wan, Kaiyuan and Shao, Ling and Han, Junwei , booktitle=ICCV, title=. 2021 , pages=

  243. [251]

    arXiv preprint arXiv:2104.10127 , year=

    Transformer transforms salient object detection and camouflaged object detection , author=. arXiv preprint arXiv:2104.10127 , year=

  244. [252]

    2021 , month=

    Liu, Zhengyi and Wang, Yuan and Tu, Zhengzheng and Xiao, Yun and Tang, Bin , booktitle=MM, pages=. 2021 , month=

  245. [253]

    Pang, Youwei and Zhao, Xiaoqi and Zhang, Lihe and Lu, Huchuan , journal=

  246. [254]

    arXiv preprint arXiv:2203.04708 , year=

    A Unified Transformer Framework for Group-based Segmentation: Co-Segmentation, Co-Saliency Detection and Video Salient Object Detection , author=. arXiv preprint arXiv:2203.04708 , year=

  247. [255]

    Fang, Xian and Zhu, Jinshao and Shao, Xiuli and Wang, Hongpeng , journal=

  248. [256]

    2020 , pages=

    Wang, Qilong and Wu, Banggu and Zhu, Pengfei and Li, Peihua and Zuo, Wangmeng and Hu, Qinghua , booktitle=CVPR, title=. 2020 , pages=

  249. [257]

    arXiv preprint arXiv:1905.09646 , year=

    Spatial group-wise enhance: Improving semantic feature learning in convolutional networks , author=. arXiv preprint arXiv:1905.09646 , year=

  250. [258]

    2021 , pages=

    Zhang, Qing-Long and Yang, Yu-Bin , booktitle=ICASSP, title=. 2021 , pages=

  251. [259]

    2020 , volume=

    Jie Hu and Li Shen and Samuel Albanie and Gang Sun and Enhua Wu , journal=TPAMI, title=. 2020 , volume=

  252. [260]

    2018 , pages=

    Sanghyun Woo and Jongchan Park and Joon-Young Lee and In So Kweon , title =. 2018 , pages=

  253. [261]

    2021 , pages=

    Ze Liu and Yutong Lin and Yue Cao and Han Hu and Yixuan Wei and Zheng Zhang and Stephen Lin and Baining Guo , booktitle=ICCV, title=. 2021 , pages=

  254. [262]

    Yuan, Li and Chen, Yunpeng and Wang, Tao and Yu, Weihao and Shi, Yujun and Jiang, Zihang and Tay, Francis E. H. and Feng, Jiashi and Yan, Shuicheng , booktitle=ICCV, title=. 2021 , pages=

  255. [263]

    An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale , author=

  256. [264]

    2021 , volume=

    Mei, Jie and Li, Rou-Jing and Gao, Wang and Cheng, Ming-Ming , journal=TIP, title=. 2021 , volume=

  257. [265]

    2018 , pages=

    Zhang, Xiangyu and Zhou, Xinyu and Lin, Mengxiao and Sun, Jian , booktitle=CVPR, title=. 2018 , pages=

  258. [266]

    2022 , volume=

    Wang, Qi and Liu, Yanfeng and Xiong, Zhitong and Yuan, Yuan , journal=TGRS, title=. 2022 , volume=

  259. [267]

    2022 , month=

    Tu, Zhengzheng and Li, Zhun and Li, Chenglong and Tang, Jin , journal=TIP, title=. 2022 , month=

  260. [268]

    2021 , month=

    Zhengzheng Tu and Zhun Li and Chenglong Li and Yang Lang and Jin Tang , journal=TIP, title=. 2021 , month=

  261. [269]

    2020 , volume=

    Jin Tang and Dongzhe Fan and Xiaoxiao Wang and Zhengzheng Tu and Chenglong Li , journal=TCSVT, title=. 2020 , volume=

  262. [270]

    Li, Gongyang and Liu, Zhi and Zhang, Xinpeng and Lin, Weisi , title=

  263. [271]

    2023 , volume=

    Zhuge, Mingchen and Fan, Deng-Ping and Liu, Nian and Zhang, Dingwen and Xu, Dong and Shao, Ling , journal=TPAMI, title=. 2023 , volume=

  264. [272]

    2022 , volume=

    Liu, Yi and Zhang, Dingwen and Liu, Nian and Xu, Shoukun and Han, Jungong , journal=TIP, title=. 2022 , volume=

  265. [273]

    2022 , volume=

    Chaowei Fang and Haibin Tian and Dingwen Zhang and Qiang Zhang and Jungong Han and Junwei Han , journal=SCIS, title=. 2022 , volume=

  266. [274]

    2023 , month=

    Gongyang Li and Zhen Bai and Zhi Liu and Xinpeng Zhang and Haibin Ling , title =. 2023 , month=

  267. [275]

    IEEE Trans

    Gongyang Li and Zhen Bai and Zhi Liu , title =. IEEE Trans. Circuits Syst. II-Express Briefs , volume=. 2024 , month=

  268. [276]

    Cattin , booktitle=MIDL, title=

    Julia Wolleb and Robin Sandk\"uhler and Florentin Bieder and Philippe Valmaggia and Philippe C. Cattin , booktitle=MIDL, title=. 2022 , volume =

  269. [277]

    2024 , pages=

    Junde Wu and Wei Ji and Huazhu Fu and Min Xu and Yueming Jin and Yanwu Xu , booktitle=AAAI, title=. 2024 , pages=

  270. [278]

    2024 , pages=

    Zhongxi Chen and Ke Sun and Xianming Lin , booktitle=AAAI, title=. 2024 , pages=

  271. [279]

    2025 , volume=

    Sun, Ke and Chen, Zhongxi and Lin, Xianming and Sun, Xiaoshuai and Liu, Hong and Ji, Rongrong , journal=TPAMI, title=. 2025 , volume=

  272. [280]

    2024 , volume=

    Liu, Yutong and Xu, Mingzhu and Xiao, Tianxiang and Tang, Haoyu and Hu, Yupeng and Nie, Liqiang , journal=TGRS, title=. 2024 , volume=

  273. [281]

    2024 , volume=

    Gu, Shengyu and Song, Yong and Zhou, Ya and Bai, Yashuo and Yang, Xin and He, Yuxin , journal=GRSL, title=. 2024 , volume=

  274. [282]

    2024 , volume=

    Zhao, Jie and Jia, Yun and Ma, Lin and Yu, Lidan , journal=TGRS, title=. 2024 , volume=

  275. [283]

    2024 , volume=

    Quan, Yueqian and Xu, Honghui and Wang, Renfang and Guan, Qiu and Zheng, Jianwei , journal=TGRS, title=. 2024 , volume=

  276. [284]

    2024 , volume=

    Sun, Yanguang and Yang, Jian and Luo, Lei , journal=TGRS, title=. 2024 , volume=

  277. [285]

    2025 , month=

    Optical remote sensing image salient object detection via bidirectional cross-attention and attention restoration , author=. 2025 , month=

  278. [286]

    2023 , volume=

    Zhen Bai and Gongyang Li and Zhi Liu , title =. 2023 , volume=

  279. [287]

    2025 , volume=

    Jie Liu and Jinpeng He and Huaixin Chen and Ruoyu Yang and Ying Huang , journal=RS, title=. 2025 , volume=

  280. [288]

    2024 , author =

    Transformer with large convolution kernel decoder network for salient object detection in optical remote sensing images , journal = CVIU, volume =. 2024 , author =

  281. [289]

    Electronics , VOLUME =

    Li, Hongli and Chen, Xuhui and Mei, Liye and Yang, Wei , TITLE =. Electronics , VOLUME =. 2024 , NUMBER =

  282. [290]

    Entropy , VOLUME =

    Li, Hongli and Chen, Xuhui and Yang, Wei and Huang, Jian and Sun, Kaimin and Wang, Ying and Huang, Andong and Mei, Liye , TITLE =. Entropy , VOLUME =. 2024 , NUMBER =

  283. [291]

    2024 , volume=

    Zhao, Jie and Jia, Yun and Ma, Lin and Yu, Lidan , journal=JSTARS, title=. 2024 , volume=

  284. [292]

    2024 , volume=

    Luo, HuiLan and Wang, JianQin and Liang, BoCheng , journal=JSTARS, title=. 2024 , volume=

  285. [293]

    2025 , volume=

    Li, Zhaoyang and Miao, Yinxiao and Li, Xiongwei and Li, Wenrui and Cao, Jie and Hao, Qun and Li, Dongxing and Sheng, Yunlong , journal=TGRS, title=. 2025 , volume=

  286. [294]

    2025 , volume=

    Yanliang Ge and Taichuan Liang and Junchao Ren and Jiaxue Chen and Hongbo Bi , journal=VC, title=. 2025 , volume=

  287. [295]

    Dual-Perspective United Transformer for Object Segmentation in Optical Remote Sensing Images , author=

  288. [296]

    2021 , volume=

    Hao Chen and Youfu Li and Yongjian Deng and Guosheng Lin , journal=IJCV, title=. 2021 , volume=

  289. [297]

    2021 , volume=

    Peng, Peng and Yang, Kai-Fu and Luo, Fu-Ya and Li, Yong-Jie , journal=IJCV, title=. 2021 , volume=

  290. [298]

    2022 , volume=

    Peng Sun and Wenhu Zhang and Songyuan Li and Yilin Guo and Congli Song and Xi Li , journal=IJCV, title=. 2022 , volume=

  291. [299]

    2023 , volume=

    Jingjing Li and Wei Ji and Miao Zhang and Yongri Piao and Huchuan Lu and Li Cheng , journal=IJCV, title=. 2023 , volume=

  292. [300]

    2024 , volume=

    Xihang Hu and Fuming Sun and Jing Sun and Fasheng Wang and Haojie Li , journal=IJCV, title=. 2024 , volume=

Pith tools

Reviewed July 12, 2026 · model on record in the stance chip above.