This document proposes a linear recurrent convolutional neural network model for segment-based multiple object tracking in video. The model takes images as input and uses a CNN to classify superpixels, then performs segmentation and uses nonlinear NNs and a linear recurrent tracker layer to match segments over time. The objectives are to improve the tracker layer efficiency by modifying the matrix inverse and determine parameters for the model. Evaluation will use a dataset with ground truth segmentation and optical flow to train and compare to state-of-the-art methods.