Skip to main content

Showing 1–19 of 19 results for author: Lee, T S

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.07843  [pdf, other

    cs.CV q-bio.NC

    Incremental Learning and Self-Attention Mechanisms Improve Neural System Identification

    Authors: Isaac Lin, Tianye Wang, Shang Gao, Shiming Tang, Tai Sing Lee

    Abstract: Convolutional neural networks (CNNs) have been shown to be the state-of-the-art approach for modeling the transfer functions of visual cortical neurons. Cortical neurons in the primary visual cortex are are sensitive to contextual information mediated by extensive horizontal and feedback connections. Standard CNNs can integrate global spatial image information to model such contextual modulation v… ▽ More

    Submitted 11 June, 2024; originally announced June 2024.

    Comments: Preprint NeurIPS 2024

  2. arXiv:2310.18894  [pdf, other

    cs.CV

    Emergence of Shape Bias in Convolutional Neural Networks through Activation Sparsity

    Authors: Tianqin Li, Ziqi Wen, Yangfan Li, Tai Sing Lee

    Abstract: Current deep-learning models for object recognition are known to be heavily biased toward texture. In contrast, human visual systems are known to be biased toward shape and structure. What could be the design principles in human visual systems that led to this difference? How could we introduce more shape bias into the deep learning models? In this paper, we report that sparse coding, a ubiquitous… ▽ More

    Submitted 29 October, 2023; originally announced October 2023.

    Comments: Published as NeurIPS 2023 (Oral)

  3. arXiv:2310.07555  [pdf, other

    cs.CV

    Does resistance to style-transfer equal Global Shape Bias? Measuring network sensitivity to global shape configuration

    Authors: Ziqi Wen, Tianqin Li, Zhi **g, Tai Sing Lee

    Abstract: Deep learning models are known to exhibit a strong texture bias, while human tends to rely heavily on global shape structure for object recognition. The current benchmark for evaluating a model's global shape bias is a set of style-transferred images with the assumption that resistance to the attack of style transfer is related to the development of global structure sensitivity in the model. In th… ▽ More

    Submitted 29 February, 2024; v1 submitted 11 October, 2023; originally announced October 2023.

  4. How Helpful do Novice Programmers Find the Feedback of an Automated Repair Tool?

    Authors: Oka Kurniawan, Christopher M. Poskitt, Ismam Al Hoque, Norman Tiong Seng Lee, Cyrille Jégourel, Nachamma Sockalingam

    Abstract: Immediate feedback has been shown to improve student learning. In programming courses, immediate, automated feedback is typically provided in the form of pre-defined test cases run by a submission platform. While these are excellent for highlighting the presence of logical errors, they do not provide novice programmers enough scaffolding to help them identify where an error is or how to fix it. To… ▽ More

    Submitted 7 October, 2023; v1 submitted 2 October, 2023; originally announced October 2023.

    Comments: Experience report accepted by the International Conference on Teaching, Assessment, and Learning for Engineering (TALE'23)

    Journal ref: Proc. TALE'23. IEEE, 2023

  5. arXiv:2307.00932  [pdf

    q-bio.NC cs.CV

    A large calcium-imaging dataset reveals a systematic V4 organization for natural scenes

    Authors: Tianye Wang, Haoxuan Yao, Tai Sing Lee, Jiayi Hong, Yang Li, Hongfei Jiang, Ian Max Andolina, Shiming Tang

    Abstract: The visual system evolved to process natural scenes, yet most of our understanding of the topology and function of visual cortex derives from studies using artificial stimuli. To gain deeper insights into visual processing of natural scenes, we utilized widefield calcium-imaging of primate V4 in response to many natural images, generating a large dataset of columnar-scale responses. We used this d… ▽ More

    Submitted 23 July, 2023; v1 submitted 3 July, 2023; originally announced July 2023.

    Comments: 39 pages, 14 figures

  6. arXiv:2210.16587  [pdf, other

    cs.SD cs.AI eess.AS

    Relating Human Perception of Musicality to Prediction in a Predictive Coding Model

    Authors: Nikolas McNeal, Jennifer Huang, Aniekan Umoren, Shuqi Dai, Roger Dannenberg, Richard Randall, Tai Sing Lee

    Abstract: We explore the use of a neural network inspired by predictive coding for modeling human music perception. This network was developed based on the computational neuroscience theory of recurrent interactions in the hierarchical visual cortex. When trained with video data using self-supervised learning, the model manifests behaviors consistent with human visual illusions. Here, we adapt this network… ▽ More

    Submitted 29 October, 2022; originally announced October 2022.

    Comments: 5 pages, 5 figures, currently in peer review

  7. arXiv:2201.02886  [pdf

    cs.RO

    Identifying the differences between 3 dimensional shapes Using a Custom-built Smart Glove

    Authors: Davis Le, Sairam Tangirala, Tae Song Lee

    Abstract: Sensor embedded glove systems have been reported to require careful, time consuming and precise calibrations on a per user basis in order to obtain consistent usable data. We have developed a low cost, flex sensor based smart glove system that may be resilient to the common limitations of data gloves. This system utilizes an Arduino based micro controller as well as a single flex sensor on each fi… ▽ More

    Submitted 8 January, 2022; originally announced January 2022.

    Comments: 12 pages, 12 figures

  8. arXiv:2201.00112  [pdf, other

    cs.CV

    SurfGen: Adversarial 3D Shape Synthesis with Explicit Surface Discriminators

    Authors: Andrew Luo, Tianqin Li, Wen-Hao Zhang, Tai Sing Lee

    Abstract: Recent advances in deep generative models have led to immense progress in 3D shape synthesis. While existing models are able to synthesize shapes represented as voxels, point-clouds, or implicit functions, these methods only indirectly enforce the plausibility of the final 3D shape surface. Here we present a 3D shape synthesis framework (SurfGen) that directly applies adversarial training to the o… ▽ More

    Submitted 31 December, 2021; originally announced January 2022.

    Comments: ICCV 2021. Project page: https://github.com/aluo-x/NeuralRaycaster

  9. arXiv:2110.00825  [pdf, ps, other

    cs.NE

    Recurrent networks improve neural response prediction and provide insights into underlying cortical circuits

    Authors: Yimeng Zhang, Harold Rockwell, Sicheng Dai, Ge Huang, Stephen Tsou, Yuanyuan Wei, Tai Sing Lee

    Abstract: Feedforward CNN models have proven themselves in recent years as state-of-the-art models for predicting single-neuron responses to natural images in early visual cortical neurons. In this paper, we extend these models with recurrent convolutional layers, reflecting the well-known massive recurrence in the cortex, and show robust increases in predictive performance over feedforward models across th… ▽ More

    Submitted 13 November, 2022; v1 submitted 2 October, 2021; originally announced October 2021.

  10. Steps Before Syntax: Hel** Novice Programmers Solve Problems using the PCDIT Framework

    Authors: Oka Kurniawan, Cyrille Jégourel, Norman Tiong Seng Lee, Matthieu De Mari, Christopher M. Poskitt

    Abstract: Novice programmers often struggle with problem solving due to the high cognitive loads they face. Furthermore, many introductory programming courses do not explicitly teach it, assuming that problem solving skills are acquired along the way. In this paper, we present 'PCDIT', a non-linear problem solving framework that provides scaffolding to guide novice programmers through the process of transfo… ▽ More

    Submitted 18 September, 2021; originally announced September 2021.

    Comments: Accepted by the 34th Conference on Software Engineering Education and Training (CSEE&T 2022): Special Track of the 55th Hawaii International Conference on System Sciences (HICSS 2022)

    Journal ref: Proc. HICSS 2022, pages 982-991. ScholarSpace, 2022

  11. Securing Bring-Your-Own-Device (BYOD) Programming Exams

    Authors: Oka Kurniawan, Norman Tiong Seng Lee, Christopher M. Poskitt

    Abstract: Traditional pen and paper exams are inadequate for modern university programming courses as they are misaligned with pedagogies and learning objectives that target practical coding ability. Unfortunately, many institutions lack the resources or space to be able to run assessments in dedicated computer labs. This has motivated the development of bring-your-own-device (BYOD) exam formats, allowing s… ▽ More

    Submitted 12 January, 2020; originally announced January 2020.

    Comments: Accepted by SIGCSE 2020

    Journal ref: In Proc. ACM Technical Symposium on Computer Science Education (SIGCSE 2020), pages 880-886. ACM, 2020

  12. arXiv:1912.10489  [pdf, other

    q-bio.NC cs.LG

    Recurrent Feedback Improves Feedforward Representations in Deep Neural Networks

    Authors: Siming Yan, Xuyang Fang, Bowen Xiao, Harold Rockwell, Yimeng Zhang, Tai Sing Lee

    Abstract: The abundant recurrent horizontal and feedback connections in the primate visual cortex are thought to play an important role in bringing global and semantic contextual information to early visual areas during perceptual inference, hel** to resolve local ambiguity and fill in missing details. In this study, we find that introducing feedback loops and horizontal recurrent connections to a deep co… ▽ More

    Submitted 22 December, 2019; originally announced December 2019.

    Comments: 10 pages, 5 figures

  13. arXiv:1901.09002   

    cs.NE cs.CV

    A Neurally-Inspired Hierarchical Prediction Network for Spatiotemporal Sequence Learning and Prediction

    Authors: Jielin Qiu, Ge Huang, Tai Sing Lee

    Abstract: In this paper we developed a hierarchical network model, called Hierarchical Prediction Network (HPNet), to understand how spatiotemporal memories might be learned and encoded in the recurrent circuits in the visual cortical hierarchy for predicting future video frames. This neurally inspired model operates in the analysis-by-synthesis framework. It contains a feed-forward path that computes and e… ▽ More

    Submitted 1 October, 2021; v1 submitted 25 January, 2019; originally announced January 2019.

    Comments: Some of the results are not replicable

  14. arXiv:1803.02549  [pdf, other

    cs.IT

    An iALM-ICA-based Anti-Jamming DS-CDMA Receiver for LMS Systems

    Authors: Hyoyoung Jung, Jaewook Kang, Tae Seok Lee, Suil Kim, Kiseon Kim

    Abstract: We consider a land mobile satellite communication system using spread spectrum techniques where the uplink is exposed to MT jamming attacks, and the downlink is corrupted by multi-path fading channels. We proposes an anti-jamming receiver, which exploits inherent low-dimensionality of the received signal model, by formulating a robust principal component analysis (Robust PCA)-based recovery proble… ▽ More

    Submitted 7 March, 2018; originally announced March 2018.

    Comments: IEEE Transactions on Aerospace and Electric Systems, "accepted"

  15. Learning to Associate Words and Images Using a Large-scale Graph

    Authors: Heqing Ya, Haonan Sun, Jeffrey Helt, Tai Sing Lee

    Abstract: We develop an approach for unsupervised learning of associations between co-occurring perceptual events using a large graph. We applied this approach to successfully solve the image captcha of China's railroad system. The approach is based on the principle of suspicious coincidence. In this particular problem, a user is presented with a deformed picture of a Chinese phrase and eight low-resolution… ▽ More

    Submitted 22 May, 2017; originally announced May 2017.

    Comments: 8 pages, 7 figures, 14th Conference on Computer and Robot Vision 2017

  16. Learning Robust Object Recognition Using Composed Scenes from Generative Models

    Authors: Hao Wang, Xingyu Lin, Yimeng Zhang, Tai Sing Lee

    Abstract: Recurrent feedback connections in the mammalian visual system have been hypothesized to play a role in synthesizing input in the theoretical framework of analysis by synthesis. The comparison of internally synthesized representation with that of the input provides a validation mechanism during perceptual inference and learning. Inspired by these ideas, we proposed that the synthesis machinery can… ▽ More

    Submitted 22 May, 2017; originally announced May 2017.

    Comments: Accepted by 14th Conference on Computer and Robot Vision

  17. arXiv:1704.00033  [pdf, other

    cs.CV

    Transfer of View-manifold Learning to Similarity Perception of Novel Objects

    Authors: Xingyu Lin, Hao Wang, Zhihao Li, Yimeng Zhang, Alan Yuille, Tai Sing Lee

    Abstract: We develop a model of perceptual similarity judgment based on re-training a deep convolution neural network (DCNN) that learns to associate different views of each 3D object to capture the notion of object persistence and continuity in our visual experience. The re-training process effectively performs distance metric learning under the object persistency constraints, to modify the view-manifold o… ▽ More

    Submitted 31 March, 2017; originally announced April 2017.

    Comments: Accepted to ICLR2017

  18. arXiv:1411.3815  [pdf, other

    cs.LG cs.CV cs.NE

    Predictive Encoding of Contextual Relationships for Perceptual Inference, Interpolation and Prediction

    Authors: Mingmin Zhao, Chengxu Zhuang, Yizhou Wang, Tai Sing Lee

    Abstract: We propose a new neurally-inspired model that can learn to encode the global relationship context of visual events across time and space and to use the contextual information to modulate the analysis by synthesis process in a predictive coding framework. The model learns latent contextual representations by maximizing the predictability of visual events based on local and global contextual informa… ▽ More

    Submitted 16 April, 2015; v1 submitted 14 November, 2014; originally announced November 2014.

  19. arXiv:1204.2609  [pdf, ps, other

    cs.LG

    Stochastic Feature Map** for PAC-Bayes Classification

    Authors: Xiong Li, Tai Sing Lee, Yuncai Liu

    Abstract: Probabilistic generative modeling of data distributions can potentially exploit hidden information which is useful for discriminative classification. This observation has motivated the development of approaches that couple generative and discriminative models for classification. In this paper, we propose a new approach to couple generative and discriminative models in an unified framework based on… ▽ More

    Submitted 15 April, 2012; v1 submitted 11 April, 2012; originally announced April 2012.

    Comments: 6 pages, 3 figures